File tree Expand file tree Collapse file tree 1 file changed +11
-4
lines changed
Expand file tree Collapse file tree 1 file changed +11
-4
lines changed Original file line number Diff line number Diff line change 66 "packageRules" : [
77 {
88 "description" : " Configure versioning for Pact Broker Docker image" ,
9- "matchPackageNames" : [" pactfoundation/pact-broker" ],
10- "matchDatasources" : [" docker" ],
9+ "matchPackageNames" : [
10+ " pactfoundation/pact-broker"
11+ ],
12+ "matchDatasources" : [
13+ " docker"
14+ ],
1115 "versioning" : " regex:^(?<major>\\ d+)\\ .(?<minor>\\ d+)\\ .(?<patch>\\ d+)(-pactbroker(?<compatibility>.*))?$"
1216 }
1317 ],
14- "regexManagers " : [
18+ "customManagers " : [
1519 {
20+ "customType" : " regex" ,
1621 "description" : " Update Pact Broker Docker image version in Helm values" ,
17- "fileMatch" : [" ^charts/pact-broker/values\\ .yaml$" ],
22+ "managerFilePatterns" : [
23+ " /^charts/pact-broker/values\\ .yaml$/"
24+ ],
1825 "matchStrings" : [
1926 " # -- Pact Broker image tag \\ (immutable tags are recommended\\ )\\ s+tag:\\ s+(?<currentValue>.*?)\\ s"
2027 ],
You can’t perform that action at this time.
0 commit comments