Skip to content

Commit e515fc2

Browse files
alan-agius4mgechev
authored andcommitted
ci: disable separate renovate PRs for devDependencies and dependencies
In most cases, this setting up creating more PRs instead of reducing them. This is because if a depedency is listed as both a `devDependencies` and `dependencies`, Renovate will create 2 PRs; Example: #17380 and #17379 This will happen more often now when adding Bazel integration tests see: #17304 (comment)
1 parent 10e7eb2 commit e515fc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@
8585
"^@bazel\/.*",
8686
"^build_bazel.*",
8787
"^@angular\/.*"
88-
]
88+
],
89+
"enabled": false
8990
}
9091
]
9192
}

0 commit comments

Comments
 (0)