migrate configuration to src.mehl.mx
Some checks failed
Test suites / test-os-python-matrix (ubuntu-22.04, 3.10) (pull_request) Failing after 30s
Test suites / test-os-python-matrix (ubuntu-22.04, 3.12) (pull_request) Failing after 31s
Test suites / test-os-python-matrix (ubuntu-22.04, 3.11) (pull_request) Failing after 34s
Test suites / test-os-python-matrix (ubuntu-22.04, 3.13) (pull_request) Failing after 31s
Test suites / test-build-install (pull_request) Failing after 29s
Test suites / pylint (pull_request) Failing after 32s
Test suites / formatting (pull_request) Failing after 32s
Test suites / mypy (pull_request) Failing after 31s
Test suites / reuse (pull_request) Successful in 7s

This commit is contained in:
2025-04-01 22:52:22 +02:00
parent 92afde02a5
commit 5d1c29665c
5 changed files with 25 additions and 6 deletions

18
renovate.json5 Normal file
View File

@@ -0,0 +1,18 @@
{
$schema: "https://docs.renovatebot.com/renovate-schema.json",
extends: ["local>renovate-bot/renovate-config"],
"packageRules": [
// Group and merge all dev dependencies, even major versions
{
"matchDepTypes": ["dev"],
"groupName": "all-dev-dependencies",
"automerge": true
},
// Merge all other patch and minor dependencies
{
"matchUpdateTypes": ["minor", "patch"],
"matchCurrentVersion": "!/^0/",
"automerge": true
}
]
}