diff --git a/renovate.json b/renovate.json index e08fd3f..238d0ea 100644 --- a/renovate.json +++ b/renovate.json @@ -14,6 +14,11 @@ { "matchPackageNames": ["tailwindcss", "@tailwindcss/**"], "groupName": "tailwind" + }, + { + "matchPackageNames": ["actions/**"], + "matchManagers": ["github-actions"], + "groupName": "github-actions" } ] }