ci: Set commit prefix to chore (#395)

This commit is contained in:
Anatolios Laskaris 2022-11-29 10:12:34 +02:00 committed by GitHub
parent 8318aca3c1
commit 2d72ab9ff7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:base",
":semanticCommitTypeAll(chore)"
],
"enabledManagers": ["cargo", "npm", "github-actions"],
"schedule": "every weekend",