Disable semantic commits in renovate
The default heuristics were picking up semantic commits even though we don't use those on this repository. Explicitly disable them to prevent that.
This commit is contained in:
parent
2bee08477d
commit
aabb6c6132
1
.github/renovate.json5
vendored
1
.github/renovate.json5
vendored
@ -4,6 +4,7 @@
|
||||
"schedule:monthly",
|
||||
// Group updates to linters together in one PR
|
||||
"group:linters",
|
||||
":semanticCommitsDisabled"
|
||||
],
|
||||
dependencyDashboard: true,
|
||||
"labels": ["dependencies"],
|
||||
|
Loading…
Reference in New Issue
Block a user