Configure Renovate

environments/review-docs-gener-yhsoze/deployments/9149
RenovateBot 2022-01-20 08:56:43 +00:00 zatwierdzone przez Georg Krause
rodzic 1ec7e1e8e5
commit bc579e794f
1 zmienionych plików z 18 dodań i 0 usunięć

Wyświetl plik

@ -0,0 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"poetry": {
"fileMatch": ["api/pyproject.toml"]
},
"prConcurrentLimit": 5,
"ignoreDeps": ["$CI_REGISTRY/funkwhale/backend-test-docker"],
"rangeStrategy": "bump",
"baseBranches": ["stable", "develop"],
"packageRules": [
{
"_comment": "We do this to avoid breaking updates for the stable branch",
"matchUpdateTypes": ["major", "minor"],
"matchBaseBranches": ["stable"],
"enabled": false
}
]
}