You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
599 B
21 lines
599 B
{ |
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json", |
|
"extends": ["github>bitwarden/renovate-config"], |
|
"enabledManagers": ["dockerfile", "github-actions", "npm", "nuget", "pipenv"], |
|
"ignorePaths": ["version-bump/tests/fixtures/**"], |
|
"packageRules": [ |
|
{ |
|
"additionalBranchPrefix": "{{parentDir}}-", |
|
"commitMessagePrefix": "[deps] {{parentDir}}:", |
|
"groupName": "minor", |
|
"matchManagers": [ |
|
"dockerfile", |
|
"github-actions", |
|
"npm", |
|
"nuget", |
|
"pipenv" |
|
], |
|
"matchUpdateTypes": ["minor", "patch"] |
|
} |
|
] |
|
}
|
|
|