From 1fe65a07911efae726aa58ea7ab648151ffc9bc2 Mon Sep 17 00:00:00 2001 From: Justin Bennett Date: Sat, 5 Oct 2024 14:23:58 -0400 Subject: [PATCH] Add github actions group --- renovate.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/renovate.json b/renovate.json index 514366f..3842587 100644 --- a/renovate.json +++ b/renovate.json @@ -13,6 +13,11 @@ { "matchPackageNames": ["tailwindcss", "@tailwindcss/**"], "groupName": "tailwind" + }, + { + "matchPackageNames": ["actions/**"], + "matchManagers": ["github-actions"], + "groupName": "github-actions" } ] }