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",
|
"$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]*))?\"?"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user