Skip to content

Commit 7ef19c0

Browse files
chore(config): migrate config renovate.json
1 parent 724f6c7 commit 7ef19c0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

renovate.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["github>open-feature/community-tooling"],
4-
"regexManagers": [
4+
"customManagers": [
55
{
6+
"customType": "regex",
67
"fileMatch": ["^docs/tutorials/ofo.md$"],
78
"matchStrings": [
89
"open-feature\\/open-feature-operator\\/releases\\/download\\/(?<currentValue>.*?)\\/release\\.yaml"
@@ -11,6 +12,7 @@
1112
"datasourceTemplate": "github-releases"
1213
},
1314
{
15+
"customType": "regex",
1416
"fileMatch": ["^docs/tutorials/getting-started/java.mdx$"],
1517
"matchStringsStrategy": "any",
1618
"matchStrings": [
@@ -21,6 +23,7 @@
2123
"datasourceTemplate": "maven"
2224
},
2325
{
26+
"customType": "regex",
2427
"fileMatch": ["^docs/tutorials/getting-started/java.mdx$"],
2528
"matchStringsStrategy": "any",
2629
"matchStrings": [

0 commit comments

Comments
 (0)