1
0
mirror of https://github.com/bitwarden/server synced 2025-12-10 05:13:48 +00:00

BRE-757: add label for Renovate PR that touches Production workflows (#5661)

This commit is contained in:
Opeyemi
2025-04-21 15:36:18 +01:00
committed by GitHub
parent b728107c78
commit 735dcb7653

View File

@@ -9,6 +9,19 @@
"nuget", "nuget",
], ],
packageRules: [ 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",
".github/workflows/repository-management.yml"
],
commitMessagePrefix: "[deps] BRE:",
reviewers: ["team:dept-bre"],
addLabels: ["hold"]
},
{ {
groupName: "dockerfile minor", groupName: "dockerfile minor",
matchManagers: ["dockerfile"], matchManagers: ["dockerfile"],