Skip to content

Commit

Permalink
Merge pull request #307 from actions/dependabot-grouping
Browse files Browse the repository at this point in the history
Update Dependabot config to group non-breaking changes
  • Loading branch information
JamesMGreene committed Jan 31, 2024
2 parents 87c3283 + ace8577 commit 25b8009
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,14 @@ updates:
directory: '/'
schedule:
interval: 'weekly'
groups:
non-breaking-changes:
update-types: [minor, patch]

- package-ecosystem: 'npm'
directory: '/'
schedule:
interval: 'weekly'
groups:
non-breaking-changes:
update-types: [minor, patch]

0 comments on commit 25b8009

Please sign in to comment.