Skip to content

Commit 1289fe5

Browse files
Merge pull request #8687 from ecamp/fix-renovate-config
Fix regex in renovate config
2 parents 7aefdd1 + e5b4461 commit 1289fe5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@
109109
"customType": "regex",
110110
"managerFilePatterns": [
111111
"/^.helm/ecamp3/values.ya?ml/",
112-
"/^.ops/**/values.ya?ml/"
112+
"/^.ops/.*/values.ya?ml/"
113113
],
114114
"matchStrings": [
115115
"datasource=(?<datasource>.*?) depName=(?<depName>.*?)?\\s.*tag: \"(?<currentValue>.*)\"\\s"

0 commit comments

Comments
 (0)