Migrate renovate config #16

Merged
jansel merged 1 commit from renovate/migrate-config into root 2025-06-16 02:04:43 +02:00
Showing only changes of commit 32208e0496 - Show all commits

View file

@ -1,12 +1,15 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:recommended"
],
"packageRules": [
{
"matchUpdateTypes": ["minor", "patch"]
"matchUpdateTypes": [
"minor",
"patch"
]
}
],
"prHourlyLimit": 0
}
}