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.
22 lines
629 B
22 lines
629 B
{ |
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json", |
|
"extends": ["github>bitwarden/renovate-config"], |
|
"enabledManagers": ["dockerfile", "docker-compose", "github-actions"], |
|
"packageRules": [ |
|
{ |
|
"groupName": "dockerfile minor", |
|
"matchManagers": ["dockerfile"], |
|
"matchUpdateTypes": ["minor", "patch"] |
|
}, |
|
{ |
|
"groupName": "docker-compose minor", |
|
"matchManagers": ["docker-compose"], |
|
"matchUpdateTypes": ["minor", "patch"] |
|
}, |
|
{ |
|
"groupName": "gh minor", |
|
"matchManagers": ["github-actions"], |
|
"matchUpdateTypes": ["minor", "patch"] |
|
} |
|
] |
|
}
|
|
|