diff --git a/.github/renovate.json b/.github/renovate.json index 5636f572..bc794b39 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -12,19 +12,35 @@ "baseBranches": [ "main" ], - "postUpdateOptions": ["gomodTidy"], + "postUpdateOptions": [ + "gomodTidy" + ], "dependencyDashboard": true, "recreateClosed": true, "packageRules": [ { "groupName": "godeps", - "matchManagers": ["gomod"], - "matchUpdateTypes": ["major", "minor", "patch"] + "matchManagers": [ + "gomod" + ], + "matchUpdateTypes": [ + "major", + "minor", + "patch", + "digest" + ] }, { "groupName": "github-actions", - "matchManagers": ["github-actions"], - "matchUpdateTypes": ["major","minor", "patch"], + "matchManagers": [ + "github-actions" + ], + "matchUpdateTypes": [ + "major", + "minor", + "patch", + "digest" + ], "automerge": true } ]