Skip to content

Commit c3ad94b

Browse files
committed
ci: temporarily disable rules_angular updates on patch branches
Temporarily disable updates of rules_angular on non-main branches to avoid breaking changes from APF (Angular Package Format). This is necessary until the patch branch is on version 21.0.x. See: devversion/rules_angular#63
1 parent e6dd89b commit c3ad94b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

renovate-presets/default.json5

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,15 @@
5454
matchManagers: ['bazel', 'bazel-module', 'bazelisk'],
5555
},
5656

57+
// TODO(alanagius): delete the below rule once RC branch is `21.0.x`
58+
// Temporary disable updates of `rules_angular` on non main branches due to the APF breaking change
59+
// See: https://github.com/devversion/rules_angular/pull/63
60+
{
61+
enabled: false,
62+
matchBaseBranches: ['!main'],
63+
matchDepNames: ['rules_angular'],
64+
},
65+
5766
// Rule to disable NPM updates on branches other than 'main'.
5867
// But allow updating engines and packageManagers.
5968
{

0 commit comments

Comments
 (0)