mirror of
https://github.com/bitwarden/server
synced 2025-12-11 05:43:35 +00:00
[PM-21370] Update Github Action grouping (#5790)
* Update Github Action grouping * Undid codeowners change.
This commit is contained in:
13
.github/renovate.json5
vendored
13
.github/renovate.json5
vendored
@@ -9,18 +9,6 @@
|
|||||||
"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"
|
|
||||||
],
|
|
||||||
commitMessagePrefix: "[deps] BRE:",
|
|
||||||
reviewers: ["team:dept-bre"],
|
|
||||||
addLabels: ["hold"],
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
groupName: "dockerfile minor",
|
groupName: "dockerfile minor",
|
||||||
matchManagers: ["dockerfile"],
|
matchManagers: ["dockerfile"],
|
||||||
@@ -35,6 +23,7 @@
|
|||||||
groupName: "github-action minor",
|
groupName: "github-action minor",
|
||||||
matchManagers: ["github-actions"],
|
matchManagers: ["github-actions"],
|
||||||
matchUpdateTypes: ["minor"],
|
matchUpdateTypes: ["minor"],
|
||||||
|
addLabels: ["hold"],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
// For any Microsoft.Extensions.* and Microsoft.AspNetCore.* packages, we want to create PRs for patch updates.
|
// For any Microsoft.Extensions.* and Microsoft.AspNetCore.* packages, we want to create PRs for patch updates.
|
||||||
|
|||||||
Reference in New Issue
Block a user