Skip to content

Commit

Permalink
Try alt approach to disabling semantic commits in Renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
brawaru committed Jun 27, 2024
1 parent 71ec457 commit 22cc045
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 @@ -2,7 +2,8 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
"group:allNonMajor"
"group:allNonMajor",
":semanticCommitsDisabled"
],
"meteor": {
"enabled": false
Expand Down

0 comments on commit 22cc045

Please sign in to comment.