From 249bd5ad44568efaedfd6047868dd81e6c59cd03 Mon Sep 17 00:00:00 2001 From: sunshineplan Date: Tue, 28 Oct 2025 09:02:15 +0800 Subject: [PATCH] Add group for sunshine dependencies in dependabot --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6d7bb1b..fbf042e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,6 +9,10 @@ updates: directory: "/service" schedule: interval: "daily" + groups: + sunshine: + patterns: + - "*sunshine*" - package-ecosystem: "github-actions" directory: "/"