Skip to content

Commit

Permalink
group minor and patch dependencies (#176)
Browse files Browse the repository at this point in the history
* group minor and patch dependencies

* fix format
  • Loading branch information
mrdaniellewis authored Nov 8, 2024
1 parent 3ba6b42 commit aff2928
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ updates:
directory: '/'
schedule:
interval: 'weekly'
groups:
# Group everything except major version updates
# and security vulnerabilities together
regular-updates:
update-types:
- 'minor'
- 'patch'

- package-ecosystem: 'github-actions'
directory: '/'
Expand Down

0 comments on commit aff2928

Please sign in to comment.