Skip to content

Commit 64a6065

Browse files
committed
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.
1 parent db74b80 commit 64a6065

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

renovate-presets/default.json5

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -189,14 +189,5 @@
189189
matchBaseBranches: ['!main'],
190190
matchUpdateTypes: ['major'],
191191
},
192-
193-
// TODO(alanagius): delete the below rule once RC branch is `21.0.x`
194-
// Temporary disable updates of `rules_angular` on non main branches due to the APF breaking change
195-
// See: https://github.com/devversion/rules_angular/pull/63
196-
{
197-
enabled: false,
198-
matchBaseBranches: ['!main'],
199-
matchDepNames: ['rules_angular'],
200-
},
201192
],
202193
}

0 commit comments

Comments
 (0)