Skip to content

Commit

Permalink
Merge pull request #130 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
James M. Greene authored and GitHub committed Jan 31, 2024
2 parents 1f0c5cd + 02a1839 commit 8f0d848
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 8f0d848

Please sign in to comment.