From 5143744dcf8ae3cb49603d8f1885431763e0d14c Mon Sep 17 00:00:00 2001 From: vidplace7 Date: Sun, 7 Jun 2026 19:21:01 -0400 Subject: [PATCH] Add group for @tanstack packages in dependabot configuration Force all @tanstack dependencies to update together. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d65078db..c201e2d5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -10,3 +10,7 @@ updates: interval: "daily" cooldown: default-days: 3 # 1 day after pnpm's cutoff, prevent a race + groups: + tanstack: + patterns: + - "@tanstack/*"