diff --git a/default.json b/default.json index aa9daca..994bbb4 100644 --- a/default.json +++ b/default.json @@ -29,6 +29,11 @@ "schedule": ["before 3:00 am on the 15th day of the month"] }, "packageRules": [ + { + "matchManagers": ["github-actions"], + "matchPackagePatterns": ["^actions/"], + "groupName": "github-actions official" + }, { "matchDepTypes": ["peerDependencies"], "rangeStrategy": "widen"