ci(renovate): keep only regex manager

This commit is contained in:
Nicolas Meienberger
2025-06-03 20:10:38 +02:00
parent 9e5fd50acd
commit c05d939671

View File

@@ -7,11 +7,12 @@
"addLabels": [ "addLabels": [
"renovate" "renovate"
], ],
"enabledManagers": ["regex"],
"automergeStrategy": "rebase", "automergeStrategy": "rebase",
"customManagers": [ "customManagers": [
{ {
"customType": "regex", "customType": "regex",
"managerFilePatterns": [ "fileMatch": [
"^.*docker-compose\\.json$" "^.*docker-compose\\.json$"
], ],
"matchStrings": [ "matchStrings": [