Skip to content

Commit

Permalink
Add groups config
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams authored Apr 29, 2024
1 parent bc2cb6c commit aca5f10
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit aca5f10

Please sign in to comment.