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-
21{
32 "$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" : [
67 {
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+ ],
916 "depNameTemplate" : " open-feature/test-harness" ,
1017 "datasourceTemplate" : " github-releases"
1118 }
You can’t perform that action at this time.
0 commit comments