Skip to content

Commit 65357d5

Browse files
committed
chore(fix): renovate for task tools
1 parent 97cc96a commit 65357d5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

renovate.json

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
":dependencyDashboard"
77
],
88
"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+
},
919
{
1020
"description": "Match in Makefile",
1121
"customType": "regex",

0 commit comments

Comments
 (0)