diff --git a/renovate.json b/renovate.json index 22a8ce9..f92dae2 100644 --- a/renovate.json +++ b/renovate.json @@ -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*\"?(?[^\"\\s\\n]+?)\"?\\n\\s+tag:\\s*\"?(?[^\"\\s\\n]*)\"?" ], @@ -12,8 +13,12 @@ ], "packageRules": [ { - "matchDatasources": ["helm"], - "matchPackageNames": ["common"], + "matchDatasources": [ + "helm" + ], + "matchPackageNames": [ + "common" + ], "enabled": false } ]