Skip to content

Commit 9299e30

Browse files
authored
Change Renovate commit messages (#2079)
This configuration change gets rid of `chore(deps):` prefix used by Renovate in its PRs. This should make it adhere to our commit message guidelines.
1 parent 37f89ad commit 9299e30

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

renovate.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended",
5-
"helpers:pinGitHubActionDigests"
5+
"helpers:pinGitHubActionDigests",
6+
":semanticCommitsDisabled"
67
],
78
"labels": ["dependencies"],
89
"packageRules": [

0 commit comments

Comments
 (0)