Skip to content

Commit fd75ef1

Browse files
committed
fix(renovate): correct regex pattern for rubygem dependency matching
1 parent 2ee21e0 commit fd75ef1

File tree

1 file changed

+3
-14
lines changed

1 file changed

+3
-14
lines changed

renovate.json

Lines changed: 3 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,28 +11,17 @@
1111
"/build_versions.yaml/"
1212
],
1313
"matchStrings": [
14-
"rubygem_(?<depName>[a-z0-9_]+):\\s+'(?<currentValue>\\d+\\.\\d+\\.\\d+)'"
14+
"rubygem_(?<depName>[a-z0-9_-]+):\\s+'(?<currentValue>\\d+\\.\\d+\\.\\d+)'"
1515
]
16-
},
17-
{
18-
"customType": "regex",
19-
"datasourceTemplate": "deb",
20-
"managerFilePatterns": [
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"
2716
}
2817
],
2918
"extends": [
3019
"config:recommended"
3120
],
3221
"addLabels": [
3322
"dependencies",
34-
"renovate",
35-
"github_actions"
23+
"github_actions",
24+
"renovate"
3625
],
3726
"vulnerabilityAlerts": {
3827
"enabled": true,

0 commit comments

Comments
 (0)