Skip to content

Commit a180527

Browse files
committed
Group all GitHub Actions updates into a single weekly PR
1 parent de0902d commit a180527

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/renovate.json5

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,16 @@
1616
'dependencies',
1717
],
1818
packageRules: [
19+
{
20+
// group all GitHub Actions updates into a single weekly PR
21+
groupName: 'github actions',
22+
matchManagers: [
23+
'github-actions',
24+
],
25+
schedule: [
26+
'before 8am on Tuesday',
27+
],
28+
},
1929
{
2030
// reduces the number of Renovate PRs
2131
// (patch updates are typically non-breaking)

0 commit comments

Comments
 (0)