diff --git a/.github/renovate.json5 b/.github/renovate.json5 index dce6d50..c8f90e5 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -10,7 +10,7 @@ "packageRules": [ { // Update GitHub Actions on weekends. - "matchCategories": ["github-actions"], + "matchManagers": ["github-actions"], "groupName": "GitHub Actions", "groupSlug": "github", "schedule": [ @@ -38,4 +38,4 @@ ] }, "osvVulnerabilityAlerts": true -} \ No newline at end of file +}