fix mistake in renovate config

This commit is contained in:
kjeld Schouten-Lebbing
2021-12-11 13:38:52 +01:00
parent 94f0b5f410
commit bb1039739e

View File

@@ -8,7 +8,7 @@
"rebaseWhen": "conflicted",
"prConcurrentLimit": 7,
"pinDigests": true,
"timezone":"Europe/Amsterdam"
"timezone":"Europe/Amsterdam",
"helm-values": {
"fileMatch": ["charts/.+/.*values\\.yaml$", "charts/.+/SCALE/.*_values\\.yaml$"]
},