mirror of
https://github.com/bitwarden/browser
synced 2025-12-11 05:43:41 +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"],
|
"enabledManagers": ["cargo", "github-actions", "npm"],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"groupName": "gh minor",
|
"groupName": "github action dependencies",
|
||||||
"matchManagers": ["github-actions"],
|
"matchManagers": ["github-actions"],
|
||||||
"matchUpdateTypes": ["minor", "patch"]
|
"matchUpdateTypes": ["minor"]
|
||||||
},
|
|
||||||
{
|
|
||||||
"matchManagers": ["github-actions"],
|
|
||||||
"commitMessagePrefix": "[deps] BRE:"
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchManagers": ["cargo"],
|
"matchManagers": ["cargo"],
|
||||||
|
|||||||
Reference in New Issue
Block a user