Skip to content

Commit 9dc2ce0

Browse files
authored
Group all GitHub Actions updates into a single weekly Renovate PR (#2671)
1 parent de0902d commit 9dc2ce0

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,17 @@
241241
'org.springframework.boot:**',
242242
],
243243
},
244+
{
245+
// group all GitHub Actions updates into a single weekly PR
246+
// (Renovate applies packageRules in order and later rules win)
247+
groupName: 'github actions',
248+
matchManagers: [
249+
'github-actions',
250+
],
251+
schedule: [
252+
'before 8am on Tuesday',
253+
],
254+
},
244255
],
245256
customManagers: [
246257
{

0 commit comments

Comments
 (0)