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:
Nick Groenen 2024-08-24 14:49:34 +02:00
parent 2bee08477d
commit aabb6c6132
No known key found for this signature in database
GPG Key ID: 4F0AD019928AE098

View File

@ -4,6 +4,7 @@
"schedule:monthly",
// Group updates to linters together in one PR
"group:linters",
":semanticCommitsDisabled"
],
dependencyDashboard: true,
"labels": ["dependencies"],