Skip to content

Commit a7c0abd

Browse files
Upgrade GH actions version quarterly [ci skip]
1 parent bd4897a commit a7c0abd

1 file changed

Lines changed: 10 additions & 1 deletion

File tree

renovate.json5

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"enabledManagers": [
1212
"npm",
1313
"maven",
14-
"pip_requirements"
14+
"pip_requirements",
15+
"github-actions"
1516
],
1617
"packageRules": [
1718
{
@@ -235,6 +236,14 @@
235236
"schedule": "on the 14th day of the month",
236237
"reviewers": ["habrahamsson-skanetrafiken", "svedbod"]
237238
},
239+
{
240+
"groupName": "GitHub Actions",
241+
"description": "Update GitHub Actions quarterly",
242+
"matchManagers": ["github-actions"],
243+
"extends": [
244+
"schedule:quarterly"
245+
]
246+
},
238247
{
239248
"groupName": "Hive MQTT client",
240249
"matchPackageNames": [

0 commit comments

Comments
 (0)