diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..2866880 --- /dev/null +++ b/renovate.json @@ -0,0 +1,13 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>3dwardch3ng/renovate-config" + ], + "kubernetes": { + "fileMatch": ["\\.yaml$"] + }, + "helm-values": { + "fileMatch": ["\\.yaml$"] + }, + "packageRules": [] +}