Skip to content

Commit 2db3fab

Browse files
committed
renovate: update
1 parent 2c500d8 commit 2db3fab

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

Diff for: .github/renovate.json

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,24 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["github>Boshen/renovate"],
4-
"schedule": ["at any time"],
5-
"automergeType": "pr",
64
"packageRules": [
75
{
86
"groupName": "oxc",
9-
"matchPackagePatterns": ["oxc"]
7+
"matchPackagePatterns": ["oxc"],
8+
"schedule": ["at any time"],
9+
"automergeType": "pr"
1010
},
1111
{
1212
"groupName": "swc",
13-
"matchPackagePatterns": ["swc"]
13+
"matchPackagePatterns": ["swc"],
14+
"schedule": ["at any time"],
15+
"automergeType": "pr"
1416
},
1517
{
1618
"groupName": "biome",
17-
"matchPackagePatterns": ["biome"]
19+
"matchPackagePatterns": ["biome"],
20+
"schedule": ["at any time"],
21+
"automergeType": "pr"
1822
}
1923
]
2024
}

0 commit comments

Comments
 (0)