Skip to content

Commit

Permalink
Ensure we're not using semantic commits (#186)
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalberger authored Mar 31, 2023
1 parent ab7879d commit 8f05829
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/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",
"helpers:pinGitHubActionDigests"
"helpers:pinGitHubActionDigests",
":semanticCommitsDisabled"
],
"labels": ["dependencies"],
"regexManagers": [
Expand Down

0 comments on commit 8f05829

Please sign in to comment.