From 843cc4dba2b9779ab8acee9f13055b03fd492719 Mon Sep 17 00:00:00 2001 From: Eli Perkins Date: Mon, 28 Oct 2024 08:20:17 -0600 Subject: [PATCH] Add Dependabot update groups --- .github/dependabot.yml | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 782a0ad..cb431ec 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,34 @@ updates: directory: "/" schedule: interval: "weekly" + groups: + nextjs: + patterns: + - "next" + - "@next/*" + - "*-next" + react: + patterns: + - "react" + - "react-dom" + - "@types/react" + types: + patterns: + - "@types/*" + tailwind: + patterns: + - "tailwindcss" + - "tailwindcss*" + - "@tailwindcss*" + eslint: + patterns: + - "eslint" + - "eslint-*" + prettier: + patterns: + - "prettier" + - "prettier-*" + - "*-prettier" - package-ecosystem: "github-actions" directory: "/" schedule: