Update renovate.json

This commit is contained in:
2025-01-13 09:39:52 +00:00
parent 614f42e17e
commit 00743cb0c4

View File

@@ -1,3 +1,9 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json"
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"packageRules": [
{
"matchUpdateTypes": ["digest"],
"enabled": false
}
]
}