We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e29065 commit ef8b7b8Copy full SHA for ef8b7b8
.github/renovate.json
@@ -1,19 +1,23 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": ["github>Boshen/renovate"],
4
- "schedule": ["before 8am"],
+ "schedule": ["at any time"],
5
+ "automergeType": "pr",
6
+ "lockFileMaintenance": {
7
+ "enabled": false
8
+ },
9
"packageRules": [
10
- "matchPackagePatterns": ["oxc"],
- "groupName": "oxc"
11
+ "groupName": "oxc",
12
+ "matchPackagePatterns": ["oxc"]
13
},
14
- "matchPackagePatterns": ["swc"],
- "groupName": "swc"
15
+ "groupName": "swc",
16
+ "matchPackagePatterns": ["swc"]
17
18
- "matchPackagePatterns": ["biome"],
- "groupName": "biome"
19
+ "groupName": "biome",
20
+ "matchPackagePatterns": ["biome"]
21
}
22
]
23
0 commit comments