diff --git a/.github/renovate.json5 b/.github/renovate.json5 index 713031d2d55..282767f47bc 100644 --- a/.github/renovate.json5 +++ b/.github/renovate.json5 @@ -8,10 +8,10 @@ "rebaseWhen": "conflicted", "prConcurrentLimit": 5, "helm-values": { - "fileMatch": ["stable/.+/.+/.*_values\\.yaml$", "incubator/.+/.+/.*_values\\.yaml$"] + "fileMatch": ["stable/.+/.+/.*_values\\.yaml$", "incubator/.+/.+/.*_values\\.yaml$", "dev/.+/.+/.*_values\\.yaml$"] }, "helmv3": { - "fileMatch": ["stable/.+/.+/Chart\\.yaml$", "incubator/.+/.+/Chart\\.yaml$"] + "fileMatch": ["stable/.+/.+/Chart\\.yaml$", "incubator/.+/.+/Chart\\.yaml$", "dev/.+/.+/Chart\\.yaml$"] }, "packageRules": [ // Setup datasources for dep updates