Skip to content

Commit 2cec82f

Browse files
chore(config): migrate config renovate.json
1 parent 3785a5a commit 2cec82f

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

renovate.json

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"customManagers": [
55
{
66
"customType": "regex",
7-
"fileMatch": ["^docs/tutorials/ofo.md$"],
7+
"managerFilePatterns": ["/^docs/tutorials/ofo.md$/"],
88
"matchStrings": [
99
"open-feature\\/open-feature-operator\\/releases\\/download\\/(?<currentValue>.*?)\\/release\\.yaml"
1010
],
@@ -13,7 +13,9 @@
1313
},
1414
{
1515
"customType": "regex",
16-
"fileMatch": ["^docs/tutorials/getting-started/java/spring-boot.mdx$"],
16+
"managerFilePatterns": [
17+
"/^docs/tutorials/getting-started/java/spring-boot.mdx$/"
18+
],
1719
"matchStringsStrategy": "any",
1820
"matchStrings": [
1921
"\\s*<groupId>dev\\.openfeature<\\/groupId>\\s*<artifactId>sdk<\\/artifactId>\\s*<version>(?<currentValue>.*?)<\\/version>",
@@ -24,7 +26,9 @@
2426
},
2527
{
2628
"customType": "regex",
27-
"fileMatch": ["^docs/tutorials/getting-started/java/dropwizard.mdx$"],
29+
"managerFilePatterns": [
30+
"/^docs/tutorials/getting-started/java/dropwizard.mdx$/"
31+
],
2832
"matchStringsStrategy": "any",
2933
"matchStrings": [
3034
"\\s*<groupId>dev\\.openfeature<\\/groupId>\\s*<artifactId>sdk<\\/artifactId>\\s*<version>(?<currentValue>.*?)<\\/version>",
@@ -33,10 +37,9 @@
3337
"depNameTemplate": "dev.openfeature:sdk",
3438
"datasourceTemplate": "maven"
3539
},
36-
3740
{
3841
"customType": "regex",
39-
"fileMatch": ["^docs/tutorials/getting-started/java.mdx$"],
42+
"managerFilePatterns": ["/^docs/tutorials/getting-started/java.mdx$/"],
4043
"matchStringsStrategy": "any",
4144
"matchStrings": [
4245
"\\s*<groupId>dev\\.openfeature\\.contrib\\.providers<\\/groupId>\\s*<artifactId>flagd<\\/artifactId>\\s*<version>(?<currentValue>.*?)<\\/version>",

0 commit comments

Comments
 (0)