Skip to content

Commit 87c7c5e

Browse files
chore(config): migrate config renovate.json (#15)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 4b594ab commit 87c7c5e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

renovate.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
{
1212
"description": "Task tools",
1313
"customType": "regex",
14-
"fileMatch": [
15-
"tasks_tools\\.yaml"
14+
"managerFilePatterns": [
15+
"/tasks_tools\\.yaml/"
1616
],
1717
"matchStrings": [
1818
"# 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"

0 commit comments

Comments
 (0)