Skip to content

Commit 483d390

Browse files
committed
Fix regex to update Neo4j version in env var
1 parent 455c619 commit 483d390

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"^scripts/[^/]*\\.sh$"
8282
],
8383
"matchStrings": [
84-
"NEO4J_VERSION:-\\\"?(?<currentValue>5\\..*?)\\\""
84+
"NEO4J_VERSION:-\\\"?(?<currentValue>.*?)\\\""
8585
],
8686
"depNameTemplate": "neo4j/neo4j",
8787
"datasourceTemplate": "github-tags"

0 commit comments

Comments
 (0)