From a37349b434ddfa0c2d2d3abb46737ef395dd6cbd Mon Sep 17 00:00:00 2001 From: Quentin Gliech Date: Mon, 25 Nov 2024 18:10:45 +0100 Subject: [PATCH] dependabot: group Tanstack Query dependencies --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 34d55cf4e..3b244224a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -95,6 +95,10 @@ updates: patterns: - "@tanstack/react-router" - "@tanstack/router-*" + tanstack-query: + patterns: + - "@tanstack/react-query" + - "@tanstack/react-query-*" types: patterns: - "@types/*"