We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b01b7a7 commit f1bce77Copy full SHA for f1bce77
renovate.json
@@ -7,8 +7,8 @@
7
{
8
"customType": "regex",
9
"datasourceTemplate": "rubygems",
10
- "fileMatch": [
11
- "build_versions.yaml"
+ "managerFilePatterns": [
+ "/build_versions.yaml/"
12
],
13
"matchStrings": [
14
"rubygem_(?<depName>[a-z0-9_]+):\\s+'(?<currentValue>\\d+\\.\\d+\\.\\d+)'"
@@ -17,8 +17,8 @@
17
18
19
"datasourceTemplate": "deb",
20
21
22
23
24
"#\\s*renovate:\\s*depName=(?<depName>.*?)\\s*openVoxRelease=(?<openVoxRelease>\\d+)\\s*\\n\\s*(?<key>\\w+_version):\\s*\"(?<currentValue>.*?)\""
0 commit comments