diff --git a/renovate/default.json b/renovate/default.json index b58ba89..8f45a98 100644 --- a/renovate/default.json +++ b/renovate/default.json @@ -10,6 +10,11 @@ "minimumReleaseAge": "5 days", "minimumReleaseAgeBehavior": "timestamp-optional", "packageRules": [ + { + "description": ["group github actions updates"], + "groupName": "github actions", + "matchManagers": ["github-actions"] + }, { "description": ["update actions weekly"], "matchManagers": ["github-actions"],