Update renovate.json

This commit is contained in:
2024-08-07 08:44:19 +02:00
parent 697586f099
commit 002b7a81ae

View File

@@ -3,7 +3,7 @@
"config:best-practices" "config:best-practices"
], ],
"packageRules": [{ "packageRules": [{
"matchUpdateTypes": ["minor", "patch"], "matchUpdateTypes": ["minor", "patch", "digest"],
"matchCurrentVersion": "!/^0/", "matchCurrentVersion": "!/^0/",
"automerge": true "automerge": true
}] }]