Update Renovate config
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Brain 2024-08-21 22:12:27 +02:00
parent 9ebae03550
commit be6fec18ab
Signed by: Brain
GPG Key ID: EE936E31EE3AEE7A
2 changed files with 20 additions and 1 deletions

View File

@ -10,3 +10,7 @@ License: MIT
Files: Pipfile.lock migrations/* Files: Pipfile.lock migrations/*
Copyright: WTF Kooperative eG <https://wtf-eg.de/> Copyright: WTF Kooperative eG <https://wtf-eg.de/>
License: AGPL-3.0-or-later License: AGPL-3.0-or-later
Files: renovate.json
Copyright: WTF Kooperative eG <https://wtf-eg.de/>
License: AGPL-3.0-or-later

View File

@ -1,3 +1,18 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json" "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:best-practices",
":disableDependencyDashboard",
":maintainLockFilesMonthly",
":pinVersions",
":separateMultipleMajorReleases"
],
"packageRules": [
{
"matchDepNames": ["python"],
"groupName": "Python",
"separateMinorPatch": true,
"separateMultipleMinor": true
}
]
} }