From 22c316c0ff96e47aa5a9fe21f34fb347b74645a8 Mon Sep 17 00:00:00 2001 From: Justin Bennett Date: Sat, 5 Oct 2024 14:25:36 -0400 Subject: [PATCH] Add github actions group (#85) --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) 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" } ] }