File tree Expand file tree Collapse file tree 2 files changed +20
-13
lines changed Expand file tree Collapse file tree 2 files changed +20
-13
lines changed Original file line number Diff line number Diff line change 99 tags :
1010 - ' *'
1111
12- permissions :
13- contents : read
14-
1512jobs :
1613 release :
1714 name : Release
Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3+ "addLabels" : [
4+ " dependencies" ,
5+ " renovate"
6+ ],
37 "assigneesFromCodeOwners" : true ,
48 "automerge" : true ,
59 "automergeType" : " pr" ,
610 "customManagers" : [
711 {
812 "customType" : " regex" ,
913 "datasourceTemplate" : " rubygems" ,
10- "managerFilePatterns " : [
11- " / build_versions.yaml/ "
14+ "fileMatch " : [
15+ " build_versions.yaml"
1216 ],
1317 "matchStrings" : [
14- " rubygem_(?<depName>[a-z0-9_- ]+):\\ s+'(?<currentValue>\\ d+\\ .\\ d+\\ .\\ d+)'"
18+ " rubygem_(?<depName>[a-z0-9_]+):\\ s+'(?<currentValue>\\ d+\\ .\\ d+\\ .\\ d+)'"
1519 ]
20+ },
21+ {
22+ "customType" : " regex" ,
23+ "datasourceTemplate" : " deb" ,
24+ "fileMatch" : [
25+ " build_versions.yaml"
26+ ],
27+ "matchStrings" : [
28+ " #\\ s*renovate:\\ s*depName=(?<depName>.*?)\\ s*openVoxRelease=(?<openVoxRelease>\\ d+)\\ s*\\ n\\ s*(?<key>\\ w+_version):\\ s*\" (?<currentValue>.*?)\" "
29+ ],
30+ "registryUrlTemplate" : " https://apt.overlookinfratech.com?suite=ubuntu24.04&components=openvox{{openVoxRelease}}&binaryArch=amd64"
1631 }
1732 ],
1833 "extends" : [
1934 " config:recommended"
2035 ],
21- "addLabels" : [
22- " dependencies" ,
23- " github_actions" ,
24- " renovate"
25- ],
2636 "vulnerabilityAlerts" : {
27- "enabled" : true ,
2837 "addLabels" : [
2938 " security"
30- ]
39+ ],
40+ "enabled" : true
3141 }
3242}
You can’t perform that action at this time.
0 commit comments