Add renovate.json

This commit is contained in:
ties 2024-08-27 15:44:51 +00:00
parent 9a90c33b10
commit 1c4c628279

8
renovate.json Normal file
View File

@ -0,0 +1,8 @@
{
"packageRules": [
{
"matchUpdateTypes": ["patch"],
"automerge": true
}
]
}