From 86562b674b24ef154a81785ae40822ce92cd865f Mon Sep 17 00:00:00 2001 From: Alan Agius <17563226+alan-agius4@users.noreply.github.com> Date: Mon, 27 Oct 2025 12:21:46 +0000 Subject: [PATCH] ci: remove temporary `rules_angular` update disablement The temporary rule to disable `rules_angular` updates on non-main branches is no longer needed as the release candidate branch is now on version 21, which includes the necessary APF breaking change. --- renovate-presets/default.json5 | 9 --------- 1 file changed, 9 deletions(-) diff --git a/renovate-presets/default.json5 b/renovate-presets/default.json5 index 1c324bfd0..fdea98344 100644 --- a/renovate-presets/default.json5 +++ b/renovate-presets/default.json5 @@ -189,14 +189,5 @@ matchBaseBranches: ['!main'], matchUpdateTypes: ['major'], }, - - // 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'], - }, ], }