chore: configure Renovate (#259)

* Add renovate.json

* chore: configure Renovate

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: jo <ljonas@riseup.net>
This commit is contained in:
renovate[bot] 2023-07-12 09:26:04 +02:00 committed by GitHub
parent 2cc8e56d05
commit dc9049e43f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
renovate.json Normal file
View file

@ -0,0 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base",
":enablePreCommit",
":semanticCommitTypeAll(deps)",
":semanticCommitScopeDisabled"
]
}