forked from kompetenzinventar/ki-backend
19 lines
414 B
JSON
19 lines
414 B
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
|
|
}
|
|
]
|
|
}
|