Skip to content

Commit

Permalink
Define grouping for dependabot updates
Browse files Browse the repository at this point in the history
There are should be at max 2 PRs per week:
one for patch updates and one for major updates.

Security fixes will still create separate PRs.
  • Loading branch information
kdarkhan committed Jan 30, 2024
1 parent 6b565d5 commit 455774e
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,11 @@ updates:
directory: /
schedule:
interval: weekly

groups:
minor:
update-types:
- minor
patch:
update-types:
- patch

0 comments on commit 455774e

Please sign in to comment.