This is to make sure that we will always have the same development environment for the docs build as is used live on the website.
21 lines
371 B
JSON
21 lines
371 B
JSON
{
|
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
"extends": [
|
|
"config:best-practices"
|
|
],
|
|
"baseBranches": [
|
|
"main",
|
|
"/^v[0-9]+/"
|
|
],
|
|
"rebaseWhen": "conflicted",
|
|
"pip_requirements": {
|
|
"enabled": false
|
|
},
|
|
"packageRules": [
|
|
{
|
|
"matchBaseBranches": [ "/^v[0-9]+/" ],
|
|
"groupName": "all dependencies"
|
|
}
|
|
]
|
|
}
|