diff --git a/.github/renovate.json b/.github/renovate.json index 11acdbf..0f7f118 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -27,5 +27,8 @@ "matchUpdateTypes": ["!major"], "automerge": true } - ] + ], + "kubernetes": { + "fileMatch": ["^charts/.+\\.ya?ml$"] + } }