Skip to content

Commit c55e35f

Browse files
authored
fix: update renovate configuration
1 parent 6da83ab commit c55e35f

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

renovate.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,17 +14,15 @@
1414
"prHourlyLimit": 2,
1515
"packageRules": [
1616
{
17-
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
18-
"automerge": true
19-
},
20-
{
21-
"matchDepTypes": ["devDependencies"],
17+
"matchManagers": ["npm"],
18+
"matchUpdateTypes": ["minor", "patch"],
19+
"groupName": "all non-major plugins",
20+
"groupSlug": "plugins-minor-patch",
2221
"automerge": true
2322
},
2423
{
2524
"matchManagers": ["github-actions"],
2625
"automerge": true,
27-
"pinDigests": true,
2826
"schedule": ["every weekend after 4am"]
2927
}
3028
],

0 commit comments

Comments
 (0)