Add renovate.json

This commit is contained in:
2024-06-26 16:38:59 +02:00
committed by Tristan
parent da9286a477
commit 83ca17f8c3

18
renovate.json Normal file
View File

@ -0,0 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"schedule": [
"before 7am"
],
"automergeSchedule": [
"before 7am"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
"automerge": true
}
]
}