Skip to content

Commit e39ca6e

Browse files
committed
chore: fix pattern for shell scripts
1 parent 9bcea07 commit e39ca6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"managerFilePatterns": [
4040
"/(^|/|\\.)([Dd]ocker)file$/",
4141
"/(^|/)([Dd]ocker)file[^/]*$/",
42-
"/(^|/)[^/]*\\.sh$/",
42+
"/(^|/).+\\.sh$/",
4343
],
4444
"matchStrings": [
4545
"# renovate: datasource=(?<datasource>[a-zA-Z0-9-._]+?) depName=(?<depName>[^\\s]+?)(?: (lookupName|packageName)=(?<packageName>[^\\s]+?))?(?: versioning=(?<versioning>[^\\s]+?))?(?: extractVersion=(?<extractVersion>[^\\s]+?))?(?: registryUrl=(?<registryUrl>[^\\s]+?))?\\s(?:ENV|ARG)\\s+[A-Za-z0-9_]+?_VERSION[ =][\"']?(?<currentValue>.+?)[\"']?\\s"

0 commit comments

Comments
 (0)