Skip to content

Commit

Permalink
Group minor dependabot updates
Browse files Browse the repository at this point in the history
The goal of this patch is to make the monthly
reviewing of dependency prs more efficient.
It causes dependabot to group all minor and
patch dependency updates into a single pull
request. The reasoning is that minor updates
are highly unlikely to cause our app to break or
change and thus time can be saved by testing
them all at once instead of individually.

Inspired by Opencast studio:
https://github.com/elan-ev/opencast-studio/blob/master/.github/dependabot.yml
  • Loading branch information
Arnei committed Jan 9, 2025
1 parent db02d14 commit fb2a505
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 @@ -17,3 +17,8 @@ updates:
open-pull-requests-limit: 15
labels:
- type:dependencies
groups:
minor-and-patch:
update-types:
- minor
- patch

0 comments on commit fb2a505

Please sign in to comment.