Skip to content
This repository has been archived by the owner on Feb 18, 2024. It is now read-only.

Commit

Permalink
Disable Renovate's automatic semantic commits detection (#834)
Browse files Browse the repository at this point in the history
Since it interprets the commits of form "foo: ..." as meaning that
we use the semantic commits workflow (eg "chore(deps): ..."), when
we don't.

See:
https://renovatebot.com/docs/deep-dives/semantic-commits
  • Loading branch information
edmorley committed Apr 30, 2018
1 parent 4ac9a1d commit c84dce9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions renovate.json
Expand Up @@ -3,6 +3,7 @@
"config:base",
":maintainLockFilesWeekly",
":prNotPending",
":semanticCommitsDisabled",
":unpublishSafe"
],
"reviewers": [
Expand Down

0 comments on commit c84dce9

Please sign in to comment.