Configure Renovate #1

Merged
jansel merged 3 commits from renovate/configure into root 2025-06-15 23:14:01 +02:00
Showing only changes of commit 8b6f60c1ea - Show all commits

View file

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