feat: configure Renovate (#693)

This commit is contained in:
renovate[bot] 2023-08-27 22:06:56 -03:00 committed by GitHub
parent 348a5ac810
commit 1e2b365756
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

8
renovate.json Normal file
View file

@ -0,0 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":semanticCommitTypeAll(chore)"
],
"commitMessageTopic": "{{depName}}"
}