Update renovate.json

This commit is contained in:
2024-08-24 22:32:24 +02:00
parent 32a5136633
commit 656b6d7b88

View File

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