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.
24 lines
683 B
24 lines
683 B
{ |
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json", |
|
"extends": ["github>bitwarden/renovate-config"], |
|
"enabledManagers": ["dockerfile", "github-actions", "nuget"], |
|
"reviewers": ["team:team-key-management-dev"], |
|
"packageRules": [ |
|
{ |
|
"groupName": "dockerfile minor", |
|
"matchManagers": ["dockerfile"], |
|
"matchUpdateTypes": ["minor", "patch"] |
|
}, |
|
{ |
|
"groupName": "gh minor", |
|
"matchManagers": ["github-actions"], |
|
"matchUpdateTypes": ["minor", "patch"] |
|
}, |
|
{ |
|
"groupName": "nuget minor", |
|
"matchManagers": ["nuget"], |
|
"matchUpdateTypes": ["minor", "patch"] |
|
} |
|
], |
|
"ignoreDeps": ["dotnet-sdk"] |
|
}
|
|
|