File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 "prHourlyLimit" : 2 ,
1111 "prConcurrentLimit" : 5 ,
1212 "automerge" : false ,
13- "labels" : [" dependencies" , " renovate" ],
13+ "labels" : [
14+ " dependencies" ,
15+ " renovate"
16+ ],
1417 "commitMessagePrefix" : " chore(deps): " ,
1518 "customManagers" : [
1619 {
1720 "customType" : " regex" ,
1821 "description" : " Update opencode version in docker-bake.hcl" ,
19- "fileMatch" : [" ^docker-bake\\ .hcl$" ],
22+ "managerFilePatterns" : [
23+ " /^docker-bake\\ .hcl$/"
24+ ],
2025 "matchStrings" : [
2126 " OPENCODE_VERSION\\ s*=\\ s*\\\" v(?<currentValue>[^\\\" ]+)\\\" "
2227 ],
2833 ],
2934 "packageRules" : [
3035 {
31- "matchPackageNames" : [" anomalyco/opencode" ],
32- "addLabels" : [" opencode" ],
36+ "matchPackageNames" : [
37+ " anomalyco/opencode"
38+ ],
39+ "addLabels" : [
40+ " opencode"
41+ ],
3342 "commitMessageTopic" : " opencode {{newValue}}"
3443 }
3544 ]
You can’t perform that action at this time.
0 commit comments