diff --git a/renovate.json b/renovate.json index 6de9dc6..ed2e750 100644 --- a/renovate.json +++ b/renovate.json @@ -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*\"?(?[^\":]+?)(?::(?[^\"\\s]*))?\"?" ],