Skip to content

Commit

Permalink
Add groups config
Browse files Browse the repository at this point in the history
  • Loading branch information
jordanpadams committed Apr 29, 2024
1 parent a9664ac commit 0696696
Showing 1 changed file with 10 additions and 2 deletions.
12 changes: 10 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,19 @@
---
version: 2
updates:
- package-ecosystem: "npm"
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 0696696

Please sign in to comment.