some CI fixes

This commit is contained in:
kjeld Schouten-Lebbing
2021-05-23 21:13:04 +02:00
parent 996ad5c47e
commit a81c316761
+2 -2
View File
@@ -8,10 +8,10 @@
"rebaseWhen": "conflicted", "rebaseWhen": "conflicted",
"prConcurrentLimit": 5, "prConcurrentLimit": 5,
"helm-values": { "helm-values": {
"fileMatch": ["charts/.+/.*values\\.yaml$", "charts/.+/SCALE/.*_values\\.yaml$"] "fileMatch": ["charts/.+/.+/.*values\\.yaml$", "charts/.+/.+/SCALE/.*_values\\.yaml$"]
}, },
"helmv3": { "helmv3": {
"fileMatch": ["charts/.+/Chart\\.yaml$"] "fileMatch": ["charts/.+/.+/Chart\\.yaml$"]
}, },
"packageRules": [ "packageRules": [
// Setup datasources for dep updates // Setup datasources for dep updates