From 5092cc15318cc1a40593a89185c804060e612d59 Mon Sep 17 00:00:00 2001 From: Brad Keryan Date: Tue, 24 Jun 2025 19:36:38 -0500 Subject: [PATCH] github: Fix github-actions package rules --- .github/renovate.json5 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}