Skip to content

Commit de7a372

Browse files
committed
ci: ignore yarn updates
`yarn` is copied locally
1 parent 4358838 commit de7a372

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate-presets/default.json5

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@
2828
// Ignored dependencies in all repositories
2929
"ignoreDeps": [
3030
"build_bazel_rules_nodejs",
31-
"rules_pkg"
31+
"rules_pkg",
32+
"yarn" // Yarn is copied locally in all repositories where needed.
3233
],
3334

3435
"packageRules": [

0 commit comments

Comments
 (0)