|
26 | 26 | "regexManagers": [
|
27 | 27 | {
|
28 | 28 | "fileMatch": ["^apis/core/.*/flagsourceconfiguration_types.go$"],
|
29 |
| - "matchStrings": ["defaultTag\\s*string\\s*= \"(?<currentValue>.*?)\"\\n"], |
| 29 | + "matchStrings": ["defaultTag\\s*string\\s*= \"(?<currentValue>.*?)\"\\s"], |
30 | 30 | "depNameTemplate": "open-feature/flagd",
|
31 | 31 | "datasourceTemplate": "github-releases",
|
32 | 32 | "extractVersionTemplate": "^flagd/(?<version>.*)$"
|
33 | 33 | },
|
34 | 34 | {
|
35 | 35 | "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"], |
37 | 37 | "depNameTemplate": "open-feature/flagd",
|
38 | 38 | "datasourceTemplate": "github-releases",
|
39 | 39 | "extractVersionTemplate": "^flagd/(?<version>.*)$"
|
|
64 | 64 | },
|
65 | 65 | {
|
66 | 66 | "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"], |
68 | 68 | "depNameTemplate": "open-feature/flagd",
|
69 | 69 | "datasourceTemplate": "github-releases",
|
70 | 70 | "extractVersionTemplate": "^flagd-proxy/(?<version>.*)$"
|
|
0 commit comments