diff --git a/renovate.json b/renovate.json index 9ca1ba1..3e945ca 100644 --- a/renovate.json +++ b/renovate.json @@ -13,7 +13,8 @@ { "matchManagers": ["github-actions"], "matchUpdateTypes": ["minor", "patch"], - "groupName": "github-actions minor and patch" + "groupName": "github-actions minor and patch", + "pinDigests": true } ] }