From 3b2b7de0631bebbd16aaad7987ddf0157542618b Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Fri, 12 Sep 2025 06:40:35 +0000 Subject: [PATCH] ci: use static target: automation label in renovate config The `target: automation` label is used by the Angular team to identify PRs that are created by automation. This is used to skip some checks that are not required for automated PRs. --- renovate.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/renovate.json b/renovate.json index 517a7a9b8b45..4927ef6ac026 100644 --- a/renovate.json +++ b/renovate.json @@ -4,14 +4,6 @@ "extends": ["github>angular/dev-infra//renovate-presets/default.json5"], "ignorePaths": ["tests/legacy-cli/e2e/assets/**", "tests/schematics/update/packages/**"], "packageRules": [ - { - "matchBaseBranches": ["main"], - "addLabels": ["target: minor"] - }, - { - "matchBaseBranches": ["!main"], - "addLabels": ["target: patch"] - }, { "enabled": false, "matchFileNames": ["tests/legacy-cli/e2e/ng-snapshot/package.json"],