Skip to content

Commit 4abf1cc

Browse files
fix(renovate): improve groups and labels (#682)
1 parent c2a125c commit 4abf1cc

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

renovate-config.json5

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@
1111
],
1212
"extends": [
1313
"config:recommended",
14+
"group:monorepos",
1415
"group:recommended",
1516
":semanticCommits",
1617
":semanticCommitTypeAll(chore)",
1718
],
1819
"forkProcessing": "enabled",
1920
"labels": [
2021
"dependencies",
21-
"{{category}}"
22+
"{{categories}}"
2223
],
2324
"prConcurrentLimit": 10,
2425
"rebaseWhen": "never", // to reduce CI load, do not auto rebase PRs
@@ -71,6 +72,14 @@
7172
"docker/**",
7273
],
7374
},
75+
// Group dev dependencies
76+
{
77+
"groupName": "devDependencies (non-major)",
78+
"matchDepTypes": [
79+
"devDependencies",
80+
],
81+
"matchUpdateTypes": ["patch", "minor"]
82+
},
7483
// Group pytest
7584
{
7685
"groupName": "pytest",

0 commit comments

Comments
 (0)