Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comment out grouped dependabot updates #300

Merged
merged 1 commit into from
Mar 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Comment out grouped dependabot updates
patrick-5546 committed Mar 9, 2024

Verified

This commit was signed with the committer’s verified signature.
snyk-bot Snyk bot
commit e44caf3301388309ff6c0d17d2f55d33549bfc09
24 changes: 12 additions & 12 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -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