Merge pull request #2 from F-WuTS/renovate/configure

Configure Renovate
This commit is contained in:
Christoph Heiss 2024-10-29 23:28:49 +01:00 committed by GitHub
commit 71d215d4e3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

14
renovate.json Normal file
View file

@ -0,0 +1,14 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:recommended"
],
"packageRules": [
{
"matchUpdateTypes": [
"patch"
],
"automerge": true
}
]
}