Skip to content

Commit f295b42

Browse files
authored
Add package rules for grouping GitHub Actions updates
1 parent 32be33c commit f295b42

1 file changed

Lines changed: 10 additions & 2 deletions

File tree

renovate.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,13 @@
1313
"**/node_modules/**"
1414
],
1515
"timezone": "America/New_York",
16-
"packageRules": []
17-
}
16+
"packageRules": [
17+
{
18+
"description": "Group GitHub Actions updates together",
19+
"matchManagers": ["github-actions"],
20+
"groupName": "GitHub Actions",
21+
"schedule": ["before 6am on monday"],
22+
"pinDigests": true
23+
}
24+
]
25+
}

0 commit comments

Comments
 (0)