Skip to content

Commit

Permalink
dependabot: Group GitHub Actions updates (#169)
Browse files Browse the repository at this point in the history
Since we look for these updates weekly, there will often be multiple. We
can group them to save work and manually handle splitting in the
hopefully rare cases it's needed.
  • Loading branch information
iainlane authored Jul 10, 2024
1 parent b8d5893 commit c73dcd8
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 @@ -5,11 +5,18 @@ updates:
schedule:
interval: weekly
open-pull-requests-limit: 5
groups:
actions:
update-types:
- minor
- patch

- package-ecosystem: docker
directory: /
schedule:
interval: weekly
open-pull-requests-limit: 5

- package-ecosystem: gomod
directory: /
schedule:
Expand Down

0 comments on commit c73dcd8

Please sign in to comment.