Add renovate.json

This commit is contained in:
ties 2024-08-26 14:25:20 +00:00
parent 99c4befdff
commit b65ead7a34

7
renovate.json Normal file
View File

@ -0,0 +1,7 @@
{
"packageRules": [
{
"updateTypes": ["minor", "patch", "pin", "digest"]
}
]
}