Skip to content

Commit 1fd705e

Browse files
Fix managerFilePatterns
Fix Renovate not including the scripts correctly.
1 parent 335825d commit 1fd705e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
{
2222
"customType": "regex",
2323
"description": "Update _VERSION variables in scripts",
24-
"managerFilePatterns": ["*.ps1", "*.sh"],
24+
"managerFilePatterns": ["/.*\\.ps1$/", "/.*\\.sh$/"],
2525
"matchStrings": ["# renovate: datasource=(?<datasource>[a-z-]+?)(?: depName=(?<depName>.+?))?(?: packageName=(?<packageName>.+?))?(?: versioning=(?<versioning>[a-z-]+?))?\\s.+?_version=(?<currentValue>.+?)\\s"]
2626
}
2727
],

0 commit comments

Comments
 (0)