We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8112f8 commit 9608d21Copy full SHA for 9608d21
renovate-presets/default.json5
@@ -28,7 +28,8 @@
28
// Ignored dependencies in all repositories
29
"ignoreDeps": [
30
"build_bazel_rules_nodejs",
31
- "rules_pkg"
+ "rules_pkg",
32
+ "yarn" // Yarn is copied locally in all repositories where needed.
33
],
34
35
"packageRules": [
@@ -128,6 +129,7 @@
128
129
"enabled": false,
130
"matchPackageNames": [
131
"@types/node",
132
+ "bazel",
133
"node",
134
"npm",
135
"pnpm",
0 commit comments