This allows much better configuration and customization and will keep our release branches up2date, too.
17 lines
291 B
JSON
17 lines
291 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:best-practices"
|
|
],
|
|
"baseBranches": [
|
|
"main",
|
|
"/^v[0-9]+/"
|
|
],
|
|
"packageRules": [
|
|
{
|
|
"matchBaseBranches": [ "/^v[0-9]+/" ],
|
|
"groupName": "all dependencies"
|
|
}
|
|
]
|
|
}
|