Skip to content

Commit 612da79

Browse files
committed
ci: disable Renovate updates for all stamped versions
This will prevent updates to any version matching the pattern `/0\.0\.0-/`.
1 parent 31cbf5f commit 612da79

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

Diff for: renovate.json

+1-5
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,7 @@
3737
"schedule": ["before 4:00am on the first day of the month"]
3838
},
3939
{
40-
"matchCurrentVersion": "0.0.0-PLACEHOLDER",
41-
"enabled": false
42-
},
43-
{
44-
"matchCurrentVersion": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
40+
"matchCurrentVersion": "/0\\.0\\.0-/",
4541
"enabled": false
4642
},
4743
{

0 commit comments

Comments
 (0)