Skip to content

Commit

Permalink
Comment out grouped dependabot updates (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-5546 authored Mar 9, 2024
1 parent a8dbad7 commit 1a16207
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +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
# # 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 1a16207

Please sign in to comment.