Skip to content

Commit

Permalink
deps: Override renovate semanticCommits auto-detection by always disa…
Browse files Browse the repository at this point in the history
…bling

This project contains both non-semantic and semantic commit messages. Renovate tries to auto-detect which style it should use when submitting dependency update pull requests, however the mixture of the two seems to lead to renovate pull requests that start without the `chore(deps)` titles, then flip-flop to including it and not including it. This leads to confusing and duplicate pull requests.

Here we just force disable the semantic commit messaging to prevent the changing auto-detection behavior.

References:

- #10255 and #10262
- #10248 and #10264
- #9991 and #10263
- #10011 (comment)
  • Loading branch information
bflad committed Sep 27, 2019
1 parent c0b241a commit 75f1153
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 @@ -17,5 +17,6 @@
],
"labels": [
"dependencies"
]
],
"semanticCommits": false
}

0 comments on commit 75f1153

Please sign in to comment.