Skip to content

Commit 75af0f6

Browse files
authored
Group github actions upgrades together in a renovate group (#4567)
1 parent 378cb7b commit 75af0f6

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/renovate.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,12 @@
9999
"description": "Group these UI dependency upgrades together in same PR",
100100
"matchPackagePrefixes": ["com.arkivanov", "org.jetbrains.compose"],
101101
"groupName": "Admin UI libraries"
102+
},
103+
{
104+
"description": "Group all GitHub Actions upgrades together in same PR, checked once per month",
105+
"matchManagers": ["github-actions"],
106+
"groupName": "GitHub Actions",
107+
"schedule": ["before 9am on the first day of the month"]
102108
}
103109
],
104110
"schedule": ["* * * * 0"],

0 commit comments

Comments
 (0)