File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
include :
3
3
- release : 8
4
- # renovate: depName=openvox-agent OpenVoxRelease =8
4
+ # renovate: depName=openvox-agent openVoxRelease =8
5
5
agent_version : 8.11.0-1+ubuntu24.04
Original file line number Diff line number Diff line change 1
1
{
2
2
"$schema" : " https://docs.renovatebot.com/renovate-schema.json" ,
3
- "extends" : [" config:recommended" ],
3
+ "extends" : [
4
+ " config:recommended"
5
+ ],
4
6
"customManagers" : [
5
7
{
6
8
"customType" : " regex" ,
7
9
"fileMatch" : [" build_versions.yaml" ],
8
- "matchStrings" : [" #\\ s*renovate:\\ s*depName=(?<depName>.*?)\\ s*OpenVoxRelease =(?<OpenVoxRelease >\\ d+)\\ s*\\ n\\ s*(?<key>\\ w+_version):\\ s*\" (?<currentValue>.*?)\" " ],
9
- "registryUrlTemplate" : " https://apt.overlookinfratech.com?suite=ubuntu24.04&components=openvox{{OpenVoxRelease}} " ,
10
+ "matchStrings" : [" #\\ s*renovate:\\ s*depName=(?<depName>.*?)\\ s*openVoxRelease =(?<openVoxRelease >\\ d+)\\ s*\\ n\\ s*(?<key>\\ w+_version):\\ s*\" (?<currentValue>.*?)\" " ],
11
+ "registryUrlTemplate" : " https://apt.overlookinfratech.com?suite=ubuntu24.04&components=openvox{{openVoxRelease}}&binaryArch=amd64 " ,
10
12
"datasourceTemplate" : " deb"
11
13
}
12
14
]
You can’t perform that action at this time.
0 commit comments