chore: remove redundant configs now handled globally
This commit is contained in:
+6
-3
@@ -1,12 +1,15 @@
|
||||
{
|
||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||
"extends": ["config:recommended"],
|
||||
"kubernetes": {
|
||||
"fileMatch": ["\\.ya?ml$"]
|
||||
"fileMatch": [
|
||||
"\\.ya?ml$"
|
||||
]
|
||||
},
|
||||
"regexManagers": [
|
||||
{
|
||||
"fileMatch": ["\\.ya?ml$"],
|
||||
"fileMatch": [
|
||||
"\\.ya?ml$"
|
||||
],
|
||||
"matchStrings": [
|
||||
"image:\\s*\"?(?<depName>[^\":]+?)(?::(?<currentValue>[^\"\\s]*))?\"?"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user