Skip to content

Commit 0d41d54

Browse files
committed
ci: temporarily disable rules_angular updates on patch branches
Reason: breaking change has been reverted
1 parent 427a19c commit 0d41d54

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
@@ -187,5 +187,14 @@
187187
matchBaseBranches: ['!main'],
188188
matchUpdateTypes: ['major'],
189189
},
190+
191+
// TODO(alanagius): delete the below rule once RC branch is `21.0.x`
192+
// Temporary disable updates of `rules_angular` on non main branches due to the APF breaking change
193+
// See: https://github.com/devversion/rules_angular/pull/63
194+
{
195+
enabled: false,
196+
matchBaseBranches: ['!main'],
197+
matchDepNames: ['rules_angular'],
198+
},
190199
],
191200
}

0 commit comments

Comments
 (0)