Skip to content

Commit 3df7b8b

Browse files
authored
Configure Renovate to avoid grouped updates (#44)
1 parent 8072761 commit 3df7b8b

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/renovate.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,14 @@
77
"enabled": true
88
},
99
"packageRules": [
10+
{
11+
"description": "Don't group updates by default",
12+
"matchPackageNames": ["*"],
13+
"groupName": null
14+
},
1015
{
1116
"matchManagers": ["github-actions"],
12-
"pinDigests": false,
13-
"groupName": "all github actions",
14-
"groupSlug": "all-github-actions"
17+
"pinDigests": false
1518
},
1619
{
1720
"matchManagers": ["github-actions"],
@@ -24,5 +27,6 @@
2427
}
2528
],
2629
"autoApprove": true,
30+
"prCreation": "immediate",
2731
"rebaseWhen": "never"
2832
}

0 commit comments

Comments
 (0)