Skip to content

Commit de4ac14

Browse files
authored
chore: troubleshoot renovate
Signed-off-by: Todd Baert <[email protected]>
1 parent 35054cb commit de4ac14

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

renovate.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@
2626
"regexManagers": [
2727
{
2828
"fileMatch": ["^apis/core/.*/flagsourceconfiguration_types.go$"],
29-
"matchStrings": ["defaultTag\\s*string\\s*= \"(?<currentValue>.*?)\"\\n"],
29+
"matchStrings": ["defaultTag\\s*string\\s*= \"(?<currentValue>.*?)\"\\s"],
3030
"depNameTemplate": "open-feature/flagd",
3131
"datasourceTemplate": "github-releases",
3232
"extractVersionTemplate": "^flagd/(?<version>.*)$"
3333
},
3434
{
3535
"fileMatch": ["^chart/open-feature-operator/values.yaml$"],
36-
"matchStrings": ["repository: \"ghcr\\.io\/open-feature\/flagd\"\\n\\s*tag: (?<currentValue>.*?)\\n"],
36+
"matchStrings": ["repository: \"ghcr\\.io\/open-feature\/flagd\"\\n\\s*tag: (?<currentValue>.*?)\\s"],
3737
"depNameTemplate": "open-feature/flagd",
3838
"datasourceTemplate": "github-releases",
3939
"extractVersionTemplate": "^flagd/(?<version>.*)$"
@@ -64,7 +64,7 @@
6464
},
6565
{
6666
"fileMatch": ["^chart/open-feature-operator/values.yaml$"],
67-
"matchStrings": ["repository: \"ghcr\\.io\/open-feature\/flagd-proxy\"\\n\\s*tag: (?<currentValue>.*?)\\n"],
67+
"matchStrings": ["repository: \"ghcr\\.io\/open-feature\/flagd-proxy\"\\n\\s*tag: (?<currentValue>.*?)\\s"],
6868
"depNameTemplate": "open-feature/flagd",
6969
"datasourceTemplate": "github-releases",
7070
"extractVersionTemplate": "^flagd-proxy/(?<version>.*)$"

0 commit comments

Comments
 (0)