Update renovate.json [skip ci]

This commit is contained in:
Jannik Reimers 2024-11-28 03:56:56 +01:00 committed by GitHub
parent 7ef5f34ee6
commit 2d5fa8708b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -4,5 +4,12 @@
"config:recommended"
],
"commitBody": "[skip ci]",
"baseBranches": ["refactor/depUpdates"]
"baseBranches": ["refactor/depUpdates"],
"prHourlyLimit": 0,
"packageRules": [
{
"matchUpdateTypes": ["patch", "pin", "digest"],
"automerge": true
}
]
}