chore: remove redundant configs now handled globally

This commit is contained in:
Sagent
2026-06-09 13:42:59 +00:00
parent b8c61de718
commit 5f57c30c9d
+9 -4
View File
@@ -1,9 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"],
"regexManagers": [
{
"fileMatch": ["(^|/)values\\.ya?ml$"],
"fileMatch": [
"(^|/)values\\.ya?ml$"
],
"matchStrings": [
"repository:\\s*\"?(?<depName>[^\"\\s\\n]+?)\"?\\n\\s+tag:\\s*\"?(?<currentValue>[^\"\\s\\n]*)\"?"
],
@@ -12,8 +13,12 @@
],
"packageRules": [
{
"matchDatasources": ["helm"],
"matchPackageNames": ["common"],
"matchDatasources": [
"helm"
],
"matchPackageNames": [
"common"
],
"enabled": false
}
]