funkwhale/.gitlab/renovate.json

18 wiersze
431 B
JSON
Czysty Zwykły widok Historia

2022-01-20 08:56:43 +00:00
{
"$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": [
{
"matchUpdateTypes": ["major", "minor"],
"matchBaseBranches": ["stable"],
"enabled": false
}
]
}