1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-06 00:13:28 +00:00

Adjust handling of GH action dependencies for CI/CD partnership (#12818)

This commit is contained in:
Todd Martin
2025-01-15 12:23:49 -05:00
committed by GitHub
parent 4a1e8cc763
commit 1916fdc87f

View File

@@ -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"],