|
4 | 4 | "customManagers": [ |
5 | 5 | { |
6 | 6 | "customType": "regex", |
7 | | - "fileMatch": ["^docs/tutorials/ofo.md$"], |
| 7 | + "managerFilePatterns": ["/^docs/tutorials/ofo.md$/"], |
8 | 8 | "matchStrings": [ |
9 | 9 | "open-feature\\/open-feature-operator\\/releases\\/download\\/(?<currentValue>.*?)\\/release\\.yaml" |
10 | 10 | ], |
|
13 | 13 | }, |
14 | 14 | { |
15 | 15 | "customType": "regex", |
16 | | - "fileMatch": ["^docs/tutorials/getting-started/java/spring-boot.mdx$"], |
| 16 | + "managerFilePatterns": [ |
| 17 | + "/^docs/tutorials/getting-started/java/spring-boot.mdx$/" |
| 18 | + ], |
17 | 19 | "matchStringsStrategy": "any", |
18 | 20 | "matchStrings": [ |
19 | 21 | "\\s*<groupId>dev\\.openfeature<\\/groupId>\\s*<artifactId>sdk<\\/artifactId>\\s*<version>(?<currentValue>.*?)<\\/version>", |
|
24 | 26 | }, |
25 | 27 | { |
26 | 28 | "customType": "regex", |
27 | | - "fileMatch": ["^docs/tutorials/getting-started/java/dropwizard.mdx$"], |
| 29 | + "managerFilePatterns": [ |
| 30 | + "/^docs/tutorials/getting-started/java/dropwizard.mdx$/" |
| 31 | + ], |
28 | 32 | "matchStringsStrategy": "any", |
29 | 33 | "matchStrings": [ |
30 | 34 | "\\s*<groupId>dev\\.openfeature<\\/groupId>\\s*<artifactId>sdk<\\/artifactId>\\s*<version>(?<currentValue>.*?)<\\/version>", |
|
33 | 37 | "depNameTemplate": "dev.openfeature:sdk", |
34 | 38 | "datasourceTemplate": "maven" |
35 | 39 | }, |
36 | | - |
37 | 40 | { |
38 | 41 | "customType": "regex", |
39 | | - "fileMatch": ["^docs/tutorials/getting-started/java.mdx$"], |
| 42 | + "managerFilePatterns": ["/^docs/tutorials/getting-started/java.mdx$/"], |
40 | 43 | "matchStringsStrategy": "any", |
41 | 44 | "matchStrings": [ |
42 | 45 | "\\s*<groupId>dev\\.openfeature\\.contrib\\.providers<\\/groupId>\\s*<artifactId>flagd<\\/artifactId>\\s*<version>(?<currentValue>.*?)<\\/version>", |
|
0 commit comments