chore: remove redundant configs now handled globally
This commit is contained in:
+9
-4
@@ -1,9 +1,10 @@
|
|||||||
{
|
{
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
||||||
"extends": ["config:recommended"],
|
|
||||||
"regexManagers": [
|
"regexManagers": [
|
||||||
{
|
{
|
||||||
"fileMatch": ["(^|/)values\\.ya?ml$"],
|
"fileMatch": [
|
||||||
|
"(^|/)values\\.ya?ml$"
|
||||||
|
],
|
||||||
"matchStrings": [
|
"matchStrings": [
|
||||||
"repository:\\s*\"?(?<depName>[^\"\\s\\n]+?)\"?\\n\\s+tag:\\s*\"?(?<currentValue>[^\"\\s\\n]*)\"?"
|
"repository:\\s*\"?(?<depName>[^\"\\s\\n]+?)\"?\\n\\s+tag:\\s*\"?(?<currentValue>[^\"\\s\\n]*)\"?"
|
||||||
],
|
],
|
||||||
@@ -12,8 +13,12 @@
|
|||||||
],
|
],
|
||||||
"packageRules": [
|
"packageRules": [
|
||||||
{
|
{
|
||||||
"matchDatasources": ["helm"],
|
"matchDatasources": [
|
||||||
"matchPackageNames": ["common"],
|
"helm"
|
||||||
|
],
|
||||||
|
"matchPackageNames": [
|
||||||
|
"common"
|
||||||
|
],
|
||||||
"enabled": false
|
"enabled": false
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user