Skip to content

Commit e5ed172

Browse files
committed
ci: disable renovate updates for placeholder versions
Explicitly disable Renovate updates targeting the `0.0.0-PLACEHOLDER` and `0.0.0-EXPERIMENTAL-PLACEHOLDER` versions. These placeholders are not intended for automated updates and require manual handling.
1 parent fbcb913 commit e5ed172

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

renovate.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,14 @@
3737
"matchPackageNames": ["quicktype-core"],
3838
"schedule": ["before 4:00am on the first day of the month"]
3939
},
40+
{
41+
"matchCurrentVersion": "0.0.0-PLACEHOLDER",
42+
"enabled": false
43+
},
44+
{
45+
"matchCurrentVersion": "0.0.0-EXPERIMENTAL-PLACEHOLDER",
46+
"enabled": false
47+
},
4048
{
4149
"groupName": "angular",
4250
"matchDepNames": ["/^@angular/.*/", "/angular/dev-infra/"]

0 commit comments

Comments
 (0)