1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-28 08:12:22 -05: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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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