chore(config): migrate config renovate.json (#423)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2025-01-13 15:33:09 +01:00 committed by GitHub
parent f80831cd39
commit 6d6644be60
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",
@ -9,15 +9,20 @@
"every weekend"
],
"timezone": "Europe/Brussels",
"reviewers": [ "team:maintainers" ],
"reviewers": [
"team:maintainers"
],
"packageRules": [
{
"matchUpdateTypes": ["patch"],
"matchUpdateTypes": [
"patch"
],
"automerge": true
}
],
"regexManagers": [
"customManagers": [
{
"customType": "regex",
"fileMatch": [
"^Earthfile$"
],