Migrate config renovate.json

This commit is contained in:
renovate[bot] 2025-04-16 08:28:45 +00:00 committed by GitHub
parent 6bcf6d8417
commit 3542b44b20
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", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": [
"config:base" "config:recommended"
], ],
"schedule": [ "schedule": [
"after 11pm every weekday", "after 11pm every weekday",
@ -11,7 +11,9 @@
"timezone": "Europe/Brussels", "timezone": "Europe/Brussels",
"packageRules": [ "packageRules": [
{ {
"matchUpdateTypes": ["patch"], "matchUpdateTypes": [
"patch"
],
"automerge": true "automerge": true
} }
] ]