From 873aaf2c332085b81f9295ef13ea39e82f1a7f2f Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Fri, 26 Sep 2025 17:34:18 +0000 Subject: [PATCH] Revert "ci: temporarily disable rules_angular updates on patch branches (#3109)" This reverts commit 7a27dd699d98ae82593dd7eb3b4b8f0720aa530b. Reason: breaking change has been reverted --- renovate-presets/default.json5 | 9 --------- 1 file changed, 9 deletions(-) diff --git a/renovate-presets/default.json5 b/renovate-presets/default.json5 index e1342c3ef..733054eac 100644 --- a/renovate-presets/default.json5 +++ b/renovate-presets/default.json5 @@ -54,15 +54,6 @@ matchManagers: ['bazel', 'bazel-module', 'bazelisk'], }, - // TODO(alanagius): delete the below rule once RC branch is `21.0.x` - // Temporary disable updates of `rules_angular` on non main branches due to the APF breaking change - // See: https://github.com/devversion/rules_angular/pull/63 - { - enabled: false, - matchBaseBranches: ['!main'], - matchDepNames: ['rules_angular'], - }, - // Rule to disable NPM updates on branches other than 'main'. // But allow updating engines and packageManagers. {