chore: remove redundant configs now handled globally

This commit is contained in:
Sagent
2026-06-09 13:41:24 +00:00
parent 597e8bf1bb
commit 90adc64d8f
+6 -3
View File
@@ -1,12 +1,15 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"kubernetes": { "kubernetes": {
"fileMatch": ["\\.ya?ml$"] "fileMatch": [
"\\.ya?ml$"
]
}, },
"regexManagers": [ "regexManagers": [
{ {
"fileMatch": ["\\.ya?ml$"], "fileMatch": [
"\\.ya?ml$"
],
"matchStrings": [ "matchStrings": [
"image:\\s*\"?(?<depName>[^\":]+?)(?::(?<currentValue>[^\"\\s]*))?\"?" "image:\\s*\"?(?<depName>[^\":]+?)(?::(?<currentValue>[^\"\\s]*))?\"?"
], ],