Skip to content

Commit

Permalink
ci: disable separate renovate PRs for devDependencies and dependencies
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
alan-agius4 authored and mgechev committed Apr 6, 2020
1 parent 10e7eb2 commit e515fc2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@
"^@bazel\/.*",
"^build_bazel.*",
"^@angular\/.*"
]
],
"enabled": false
}
]
}

0 comments on commit e515fc2

Please sign in to comment.