Skip to content

Commit 5092cc1

Browse files
authored
github: Fix github-actions package rules
1 parent dcaf336 commit 5092cc1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/renovate.json5

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"packageRules": [
1111
{
1212
// Update GitHub Actions on weekends.
13-
"matchCategories": ["github-actions"],
13+
"matchManagers": ["github-actions"],
1414
"groupName": "GitHub Actions",
1515
"groupSlug": "github",
1616
"schedule": [
@@ -38,4 +38,4 @@
3838
]
3939
},
4040
"osvVulnerabilityAlerts": true
41-
}
41+
}

0 commit comments

Comments
 (0)