From aca5f10c347f74372b2c49114a61f89da7ccbcf6 Mon Sep 17 00:00:00 2001 From: Jordan Padams <33492486+jordanpadams@users.noreply.github.com> Date: Mon, 29 Apr 2024 15:05:15 -0700 Subject: [PATCH] Add `groups` config --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index de640a6..c2a76e8 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,6 +4,16 @@ updates: directory: "/" schedule: interval: "daily" + target-branch: "develop" # Always increase the version requirement # to match the new version. versioning-strategy: increase + groups: + # Specify a name for the group, which will be used in pull request titles + # and branch names + dev-dependencies: + # Define patterns to include dependencies in the group (based on + # dependency name) + applies-to: version-updates # Applies the group rule to version updates + - "*" # A wildcard that matches all dependencies in the package + # ecosystem. Note: using "*" may open a large pull request