From e931cdb459265672f66e148843a028afade87ad2 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Tue, 17 Dec 2024 13:38:55 +0000 Subject: [PATCH] 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. --- renovate.json | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/renovate.json b/renovate.json index ecd2aa08d3e9..affda656b629 100644 --- a/renovate.json +++ b/renovate.json @@ -37,6 +37,14 @@ "matchPackageNames": ["quicktype-core"], "schedule": ["before 4:00am on the first day of the month"] }, + { + "matchCurrentVersion": "0.0.0-PLACEHOLDER", + "enabled": false + }, + { + "matchCurrentVersion": "0.0.0-EXPERIMENTAL-PLACEHOLDER", + "enabled": false + }, { "groupName": "angular", "matchDepNames": ["/^@angular/.*/", "/angular/dev-infra/"]