File tree Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Expand file tree Collapse file tree 1 file changed +15
-5
lines changed Original file line number Diff line number Diff line change 33 "extends" : [
44 " config:recommended"
55 ],
6- "labels" : [" dependencies" ],
7- "postUpdateOptions" : [" gomodTidy" ],
6+ "labels" : [
7+ " dependencies"
8+ ],
9+ "postUpdateOptions" : [
10+ " gomodTidy"
11+ ],
812 "customManagers" : [
913 {
1014 "customType" : " regex" ,
1115 "description" : " Update Docker/OCI image versions in registry YAML files" ,
12- "fileMatch" : [" ^registry/.*/spec\\ .ya?ml$" ],
16+ "managerFilePatterns" : [
17+ " /^registry/.*/spec\\ .ya?ml$/"
18+ ],
1319 "matchStrings" : [
1420 " image:\\ s*[\" ']?(?<depName>[^:\" '\\ s]+):(?<currentValue>[^\" '\\ s]+)[\" ']?\\ s*(?:#.*)?"
1521 ],
1925 "packageRules" : [
2026 {
2127 "description" : " Automerge patch updates for registry images" ,
22- "matchPaths" : [" registry/**" ],
23- "matchUpdateTypes" : [" patch" ],
28+ "matchFileNames" : [
29+ " registry/**"
30+ ],
31+ "matchUpdateTypes" : [
32+ " patch"
33+ ],
2434 "automerge" : true
2535 }
2636 ],
You can’t perform that action at this time.
0 commit comments