Skip to content

Commit 86f2599

Browse files
authored
Improve Renovate PR grouping (#436)
1 parent 1dd356b commit 86f2599

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

.github/renovate.json5

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,15 @@
3737
"groupName": "Kotlin/Jupyter",
3838
"groupSlug": "kotlin-jupyter",
3939
},
40-
// Group bumps of .github/scripts dependencies (pip)
40+
// Group bumps of .github/scripts dependencies
4141
{
42-
"matchManagers": ["pip_requirements"],
42+
"matchFileNames": [".github/scripts/**"],
4343
"groupName": ".github/scripts dependencies",
44-
}
44+
},
45+
// Group bumps of examples/ dependencies
46+
{
47+
"matchFileNames": ["examples/**"],
48+
"groupName": "examples dependencies",
49+
},
4550
],
4651
}

0 commit comments

Comments
 (0)