From af75fdbe3604a054bbb9c9cfc4ad280d3e8a0f06 Mon Sep 17 00:00:00 2001 From: Todd Martin <106564991+trmartin4@users.noreply.github.com> Date: Mon, 7 Jul 2025 16:07:02 -0400 Subject: [PATCH] [PM-21370] Update Github Action grouping (#5790) * Update Github Action grouping * Undid codeowners change. --- .github/renovate.json5 | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 5c1b259539..36f793e8c1 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -9,18 +9,6 @@ "nuget", ], packageRules: [ - { - // Group all release-related workflows for GitHub Actions together for BRE. - groupName: "github-action", - matchManagers: ["github-actions"], - matchFileNames: [ - ".github/workflows/publish.yml", - ".github/workflows/release.yml" - ], - commitMessagePrefix: "[deps] BRE:", - reviewers: ["team:dept-bre"], - addLabels: ["hold"], - }, { groupName: "dockerfile minor", matchManagers: ["dockerfile"], @@ -35,6 +23,7 @@ groupName: "github-action minor", matchManagers: ["github-actions"], matchUpdateTypes: ["minor"], + addLabels: ["hold"], }, { // For any Microsoft.Extensions.* and Microsoft.AspNetCore.* packages, we want to create PRs for patch updates.