config: add renovate CI

This commit is contained in:
Manuel
2024-02-03 21:50:08 +01:00
parent 3724071fcb
commit f12192e6f2
2 changed files with 21 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"platform": "github",
"extends": [
"config:base"
],
@@ -13,5 +14,5 @@
],
"updateInternalDeps": true,
"rangeStrategy": "bump",
"automerge": true
"automerge": false
}