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 +