8000 ci: update `matchCurrentVersion` RegExp · coder-ashwin/angular-cli@79de7e0 · GitHub
[go: up one dir, main page]

Skip to content

Commit 79de7e0

Browse files
committed
ci: update matchCurrentVersion RegExp
The previous regexp also matches `20.0.0-next` which causes Angular FW packages not to be updated.
1 parent d353639 commit 79de7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

renovate.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"schedule": ["before 4:00am on the first day of the month"]
2929
},
3030
{
31-
"matchCurrentVersion": "/0\\.0\\.0-/",
31+
"matchCurrentVersion": "/^[~^]?0\\.0\\.0-/",
3232
"enabled": false
3333
},
3434
{

0 commit comments

Comments
 (0)
0