Skip to content

Commit 086a0e4

Browse files
authored
Update renovate.json5
1 parent 72ff264 commit 086a0e4

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

renovate.json5

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,15 @@
1313
],
1414
// Enable Semantic Commit prefixes for commits and PR titles
1515
"semanticCommits": "enabled",
16-
// Let Renovate close the Dependency Dashboard issue if there are no more updates
17-
"dependencyDashboardAutoclose": true
16+
// Group dependency groups
17+
"packageRules": [
18+
{
19+
"matchDepTypes": ["dev"],
20+
"groupName": "dev dependencies group"
21+
},
22+
{
23+
"managers": ["github-actions"],
24+
"groupName": "GitHub actions group"
25+
}
26+
]
1827
}

0 commit comments

Comments
 (0)