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 72ff264 commit 086a0e4Copy full SHA for 086a0e4
renovate.json5
@@ -13,6 +13,15 @@
13
],
14
// Enable Semantic Commit prefixes for commits and PR titles
15
"semanticCommits": "enabled",
16
- // Let Renovate close the Dependency Dashboard issue if there are no more updates
17
- "dependencyDashboardAutoclose": true
+ // Group dependency groups
+ "packageRules": [
18
+ {
19
+ "matchDepTypes": ["dev"],
20
+ "groupName": "dev dependencies group"
21
+ },
22
23
+ "managers": ["github-actions"],
24
+ "groupName": "GitHub actions group"
25
+ }
26
+ ]
27
}
0 commit comments