diff --git a/renovate.json b/renovate.json index 03e47cb6a3..623b7e22d6 100644 --- a/renovate.json +++ b/renovate.json @@ -148,7 +148,7 @@ "description": "Disable indirect updates for stable branches", "matchBaseBranches": ["/^v\\d+\\.\\d+\\/forgejo$/"], "matchManagers": ["gomod"], - "matchUpdateTypes": ["major", "minor", "patch"], + "matchUpdateTypes": ["major", "minor", "patch", "digest"], "matchDepTypes": ["indirect"], "enabled": false },