File tree Expand file tree Collapse file tree 1 file changed +17
-5
lines changed
Expand file tree Collapse file tree 1 file changed +17
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "extends" : [" github>open-feature/community-tooling" ],
3+ "extends" : [
4+ " github>open-feature/community-tooling"
5+ ],
46 "packageRules" : [
57 {
6- "matchUpdateTypes" : [" minor" , " patch" ],
8+ "matchUpdateTypes" : [
9+ " minor" ,
10+ " patch"
11+ ],
712 "matchCurrentVersion" : " !/^0/" ,
813 "automerge" : true
914 }
1015 ],
11- "regexManagers " : [
16+ "customManagers " : [
1217 {
13- "fileMatch" : [" ^Makefile$" , " ^README.md$" , " ^.github/workflows/pr-checks.yml$" ],
14- "matchStrings" : [" ghcr\\ .io\\ /open-feature\\ /flagd-testbed:(?<currentValue>.*?)\\ n" ],
18+ "customType" : " regex" ,
19+ "managerFilePatterns" : [
20+ " /^Makefile$/" ,
21+ " /^README.md$/" ,
22+ " /^.github/workflows/pr-checks.yml$/"
23+ ],
24+ "matchStrings" : [
25+ " ghcr\\ .io\\ /open-feature\\ /flagd-testbed:(?<currentValue>.*?)\\ n"
26+ ],
1527 "depNameTemplate" : " open-feature/test-harness" ,
1628 "datasourceTemplate" : " github-releases"
1729 }
You can’t perform that action at this time.
0 commit comments