File tree 1 file changed +27
-12
lines changed
1 file changed +27
-12
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"$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" ,
7
6
"customManagers" : [
8
7
{
9
8
"customType" : " regex" ,
10
- "fileMatch" : [" build_versions.yaml" ],
9
+ "datasourceTemplate" : " rubygems" ,
10
+ "fileMatch" : [
11
+ " build_versions.yaml"
12
+ ],
11
13
"matchStrings" : [
12
14
" rubygem_(?<depName>[a-z0-9_]+):\\ s+'(?<currentValue>\\ d+\\ .\\ d+\\ .\\ d+)'"
13
- ],
14
- "datasourceTemplate" : " rubygems"
15
+ ]
15
16
},
16
17
{
17
18
"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"
22
27
}
23
28
],
29
+ "extends" : [
30
+ " config:recommended"
31
+ ],
32
+ "addLabels" : [
33
+ " dependencies" ,
34
+ " renovate" ,
35
+ " github_actions"
36
+ ],
24
37
"vulnerabilityAlerts" : {
25
38
"enabled" : true ,
26
- "labels" : [" security" ]
39
+ "addLabels" : [
40
+ " security"
41
+ ]
27
42
}
28
43
}
You can’t perform that action at this time.
0 commit comments