From af249c028688f45b454373db7418586a34fa44fa Mon Sep 17 00:00:00 2001 From: Jamil Date: Fri, 3 Jan 2025 08:32:06 -0800 Subject: [PATCH] ci: add `@tauri-apps/*` to dependabot group (#7658) These packages need to be grouped together for the NPM ecosystem. --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1a7d34afb..530ca62ab 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -131,6 +131,10 @@ updates: directory: rust/gui-client/ schedule: interval: monthly + groups: + tauri: + patterns: + - "@tauri-apps/*" - package-ecosystem: npm directory: elixir/apps/web/assets/ schedule: