Skip to content

Commit f984b77

Browse files
strophyrvolosatovs
authored andcommitted
fix: renovate not matching updated node versions
1 parent 3e775ec commit f984b77

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
@@ -83,7 +83,7 @@
8383
{
8484
"customType": "regex",
8585
"managerFilePatterns": ["^deps\\.list$"],
86-
"matchStrings": ["NODE_IMAGE_VERSION=(?<currentValue>.*?)-alpine3.17\\n"],
86+
"matchStrings": ["NODE_IMAGE_VERSION=(?<currentValue>.*?)-alpine\\d+\\.\\d+\\n"],
8787
"depNameTemplate": "node",
8888
"datasourceTemplate": "node",
8989
"versioningTemplate": "node"

0 commit comments

Comments
 (0)