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:
8
.github/renovate.json
vendored
8
.github/renovate.json
vendored
@@ -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"],
|
||||
|
||||
Reference in New Issue
Block a user