We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c500d8 commit 2db3fabCopy full SHA for 2db3fab
.github/renovate.json
@@ -1,20 +1,24 @@
1
{
2
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
"extends": ["github>Boshen/renovate"],
4
- "schedule": ["at any time"],
5
- "automergeType": "pr",
6
"packageRules": [
7
8
"groupName": "oxc",
9
- "matchPackagePatterns": ["oxc"]
+ "matchPackagePatterns": ["oxc"],
+ "schedule": ["at any time"],
+ "automergeType": "pr"
10
},
11
12
"groupName": "swc",
13
- "matchPackagePatterns": ["swc"]
+ "matchPackagePatterns": ["swc"],
14
15
16
17
18
"groupName": "biome",
- "matchPackagePatterns": ["biome"]
19
+ "matchPackagePatterns": ["biome"],
20
21
22
}
23
]
24
0 commit comments