diff --git a/renovate.json b/renovate.json index e66f74b..3155496 100644 --- a/renovate.json +++ b/renovate.json @@ -17,6 +17,13 @@ "example/**" ], "groupName": "examples" + }, + { + "matchManagers": [ + "github-actions" + ], + "pinDigests": true, + "groupName": "GitHub Actions" } ] }