ki-backend/renovate.json

19 lines
414 B
JSON
Raw Normal View History

2024-08-21 21:34:54 +02:00
{
2024-08-21 22:12:27 +02:00
"$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
}
]
2024-08-21 21:34:54 +02:00
}