From 98742e7aae9ea2067f1df5ff4f2e9c96a39e3755 Mon Sep 17 00:00:00 2001 From: Todd Martin Date: Sun, 12 Jan 2025 16:32:31 -0500 Subject: [PATCH] Clean up handling of GH action dependencies --- .github/renovate.json | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/renovate.json b/.github/renovate.json index 776c66af68e..f6057b1d980 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -4,13 +4,9 @@ "enabledManagers": ["cargo", "github-actions", "npm"], "packageRules": [ { - "groupName": "gh minor", + "groupName": "github action dependencies", "matchManagers": ["github-actions"], - "matchUpdateTypes": ["minor", "patch"] - }, - { - "matchManagers": ["github-actions"], - "commitMessagePrefix": "[deps] BRE:" + "matchUpdateTypes": ["minor"] }, { "matchManagers": ["cargo"],