add renovate config
Some checks failed
renovate / renovate (push) Failing after 11s

POC
This commit is contained in:
Oliver Lippert 2024-01-20 21:58:34 +01:00
parent 486a3be28e
commit ba0451d1af
Signed by: oliver
GPG key ID: 4AE99C459BC7D2B3

10
renovate.json Normal file
View file

@ -0,0 +1,10 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
],
"automerge": false,
"semanticCommits": "enabled",
"semanticCommitType": "build",
"semanticCommitScope": "deps"
}