From 5a1e867c47cdd8ad161ae4e6c332815e941fc9b8 Mon Sep 17 00:00:00 2001 From: ringsaturn Date: Sat, 30 Mar 2024 10:42:44 +0800 Subject: [PATCH] batch updates --- .github/dependabot.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e8f4e2c..bcbb242 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,7 +9,24 @@ updates: directory: "/" # Location of package manifests schedule: interval: "monthly" + groups: + # Specify a name for the group, which will be used in pull request titles + # and branch names + dependencies: + # Define patterns to include dependencies in the group (based on + # dependency name) + patterns: + - "*" # A wildcard that matches all dependencies in the package - package-ecosystem: "github-actions" # See documentation for possible values directory: "/" # Location of package manifests schedule: interval: "monthly" + groups: + # Specify a name for the group, which will be used in pull request titles + # and branch names + dependencies: + # Define patterns to include dependencies in the group (based on + # dependency name) + patterns: + - "*" # A wildcard that matches all dependencies in the package +