funkwhale/.gitlab/renovate.json

24 wiersze
596 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"]
},
2022-01-20 19:12:41 +00:00
"prConcurrentLimit": 1,
2022-01-20 08:56:43 +00:00
"ignoreDeps": ["$CI_REGISTRY/funkwhale/backend-test-docker"],
"rangeStrategy": "bump",
"lockFileMaintenance": { "enabled": true },
2022-01-20 08:56:43 +00:00
"baseBranches": ["stable", "develop"],
"packageRules": [
{
"matchUpdateTypes": ["major", "minor"],
"matchBaseBranches": ["stable"],
"enabled": false
},
{
"matchDepTypes": ["devDependencies"],
"matchBaseBranches": ["stable"],
"enabled": false
2022-01-20 08:56:43 +00:00
}
]
}