chore: Configure Renovate (#2)

* Add renovate.json

* feat(deps): Configure Renovate

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: plcnk <romain.pluciennik@gmail.com>
This commit is contained in:
renovate[bot]
2024-08-12 22:53:41 +02:00
committed by GitHub
parent 290272100f
commit 13e72521ae

7
.github/renovate.json5 vendored Normal file
View File

@ -0,0 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"github>plcnk/.github:default.json5",
":semanticCommitTypeAll(chore)"
]
}