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 97cc96a commit 65357d5Copy full SHA for 65357d5
renovate.json
@@ -6,6 +6,16 @@
6
":dependencyDashboard"
7
],
8
"customManagers": [
9
+ {
10
+ "description": "Task tools",
11
+ "customType": "regex",
12
+ "fileMatch": [
13
+ "tasks_tools\\.yaml"
14
+ ],
15
+ "matchStrings": [
16
+ "# renovate: datasource=(?<datasource>[a-z-.]+?) depName=(?<depName>[^\\s]+?)(?: (lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?(?: extractVersion=(?<extractVersion>[^\\s]+?))?(?: registryUrl=(?<registryUrl>[^\\s]+?))?\\s.+?default \"(?<currentValue>.+?)\"\\s"
17
+ ]
18
+ },
19
{
20
"description": "Match in Makefile",
21
"customType": "regex",
0 commit comments