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