File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 1
-
2
1
{
3
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
4
- "extends" : [" github>open-feature/community-tooling" ],
5
- "regexManagers" : [
3
+ "extends" : [
4
+ " github>open-feature/community-tooling"
5
+ ],
6
+ "customManagers" : [
6
7
{
7
- "fileMatch" : [" ^README.md$" , " ^.github/workflows/pullrequest.yml$" ],
8
- "matchStrings" : [" ghcr\\ .io\\ /open-feature\\ /flagd-testbed:(?<currentValue>.*?)\\ n" ],
8
+ "customType" : " regex" ,
9
+ "managerFilePatterns" : [
10
+ " /^README.md$/" ,
11
+ " /^.github/workflows/pullrequest.yml$/"
12
+ ],
13
+ "matchStrings" : [
14
+ " ghcr\\ .io\\ /open-feature\\ /flagd-testbed:(?<currentValue>.*?)\\ n"
15
+ ],
9
16
"depNameTemplate" : " open-feature/test-harness" ,
10
17
"datasourceTemplate" : " github-releases"
11
18
}
You can’t perform that action at this time.
0 commit comments