File tree Expand file tree Collapse file tree 1 file changed +27
-12
lines changed Expand file tree Collapse file tree 1 file changed +27
-12
lines changed Original file line number Diff line number Diff line change 11{
22 "$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3- "extends" : [
4- " config:recommended"
5- ],
6- "labels" : [" dependencies" , " renovate" , " github_actions" ],
3+ "assigneesFromCodeOwners" : true ,
4+ "automerge" : true ,
5+ "automergeType" : " pr" ,
76 "customManagers" : [
87 {
98 "customType" : " regex" ,
10- "fileMatch" : [" build_versions.yaml" ],
9+ "datasourceTemplate" : " rubygems" ,
10+ "fileMatch" : [
11+ " build_versions.yaml"
12+ ],
1113 "matchStrings" : [
1214 " rubygem_(?<depName>[a-z0-9_]+):\\ s+'(?<currentValue>\\ d+\\ .\\ d+\\ .\\ d+)'"
13- ],
14- "datasourceTemplate" : " rubygems"
15+ ]
1516 },
1617 {
1718 "customType" : " regex" ,
18- "fileMatch" : [" build_versions.yaml" ],
19- "matchStrings" : [" #\\ s*renovate:\\ s*depName=(?<depName>.*?)\\ s*openVoxRelease=(?<openVoxRelease>\\ d+)\\ s*\\ n\\ s*(?<key>\\ w+_version):\\ s*\" (?<currentValue>.*?)\" " ],
20- "registryUrlTemplate" : " https://apt.overlookinfratech.com?suite=ubuntu24.04&components=openvox{{openVoxRelease}}&binaryArch=amd64" ,
21- "datasourceTemplate" : " deb"
19+ "datasourceTemplate" : " deb" ,
20+ "fileMatch" : [
21+ " build_versions.yaml"
22+ ],
23+ "matchStrings" : [
24+ " #\\ s*renovate:\\ s*depName=(?<depName>.*?)\\ s*openVoxRelease=(?<openVoxRelease>\\ d+)\\ s*\\ n\\ s*(?<key>\\ w+_version):\\ s*\" (?<currentValue>.*?)\" "
25+ ],
26+ "registryUrlTemplate" : " https://apt.overlookinfratech.com?suite=ubuntu24.04&components=openvox{{openVoxRelease}}&binaryArch=amd64"
2227 }
2328 ],
29+ "extends" : [
30+ " config:recommended"
31+ ],
32+ "addLabels" : [
33+ " dependencies" ,
34+ " renovate" ,
35+ " github_actions"
36+ ],
2437 "vulnerabilityAlerts" : {
2538 "enabled" : true ,
26- "labels" : [" security" ]
39+ "addLabels" : [
40+ " security"
41+ ]
2742 }
2843}
You can’t perform that action at this time.
0 commit comments