Skip to content

Commit

Permalink
Use group updates for dependabot (#18)
Browse files Browse the repository at this point in the history
## Description

This PR allows group upgrades of dependencies done by Dependabot. It
will create one PR per scheduled interval instead of 1 PR per gem
update. Based on
https://github.blog/changelog/2023-06-30-grouped-version-updates-for-dependabot-public-beta/


## Type of Change

* New feature (non-breaking change which adds functionality)

## Checklist

- [x] My code follows the style guidelines of this project
- [x] I have performed a self-review of my own code

Signed-off-by: Jakub Stejskal <[email protected]>
  • Loading branch information
Frawless authored Jul 15, 2024
1 parent 7665dfe commit 3e47a42
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,8 @@ updates:
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
groups:
# This is the name of your group, it will be used in PR titles and branch names
dependencies:
patterns:
- "*"

0 comments on commit 3e47a42

Please sign in to comment.