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:
1
.github/renovate.json5
vendored
1
.github/renovate.json5
vendored
@@ -4,6 +4,7 @@
|
|||||||
"schedule:monthly",
|
"schedule:monthly",
|
||||||
// Group updates to linters together in one PR
|
// Group updates to linters together in one PR
|
||||||
"group:linters",
|
"group:linters",
|
||||||
|
":semanticCommitsDisabled"
|
||||||
],
|
],
|
||||||
dependencyDashboard: true,
|
dependencyDashboard: true,
|
||||||
"labels": ["dependencies"],
|
"labels": ["dependencies"],
|
||||||
|
|||||||
Reference in New Issue
Block a user