All checks were successful
REUSE Compliance / reuse (push) Successful in 15s
Python Linters / formatting (push) Successful in 36s
Python Linters / pylint (push) Successful in 38s
Python Linters / mypy (push) Successful in 38s
Selftests / test-build-install (push) Successful in 1m8s
Selftests / test-sync (push) Successful in 53s
18 lines
439 B
Plaintext
18 lines
439 B
Plaintext
{
|
|
$schema: "https://docs.renovatebot.com/renovate-schema.json",
|
|
extends: ["local>renovate-bot/renovate-config"],
|
|
"packageRules": [
|
|
// Merge all dev dependencies, even major versions
|
|
{
|
|
"matchDepTypes": ["dev"],
|
|
"automerge": true
|
|
},
|
|
// Merge all other patch and minor dependencies
|
|
{
|
|
"matchUpdateTypes": ["minor", "patch"],
|
|
"matchCurrentVersion": "!/^0/",
|
|
"automerge": true
|
|
}
|
|
]
|
|
}
|