Skip to content

Commit

Permalink
Group dependabot PRs (#18)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-5546 committed Dec 25, 2023
1 parent 155b985 commit c72911e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,15 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
# Create a group of dependencies to be updated together in one pull request
groups:
# Specify a name for the group, which will be used in pull request titles
# and branch names
gh-actions:
# Define patterns to include dependencies in the group (based on
# dependency name)
patterns:
# - "rubocop" # A single dependency name
# - "rspec*" # A wildcard string that matches multiple dependency names
- "*" # A wildcard that matches all dependencies in the package
# ecosystem. Note: using "*" may open a large pull request

0 comments on commit c72911e

Please sign in to comment.