Migrate config renovate.json (#488)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Itxaka <itxaka@kairos.io>
This commit is contained in:
renovate[bot] 2025-04-16 11:34:23 +02:00 committed by GitHub
parent 1344f1a562
commit 5b09176e66
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,7 +1,7 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"schedule": [
"after 11pm every weekday",
@ -11,7 +11,9 @@
"timezone": "Europe/Brussels",
"packageRules": [
{
"matchUpdateTypes": ["patch"],
"matchUpdateTypes": [
"patch"
],
"automerge": true
}
]