Skip to content

Commit

Permalink
enh: group dependabot PRs (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
notdodo authored Nov 28, 2023
1 parent c68f079 commit b35b964
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,27 @@ updates:
interval: monthly
time: "12:00"
day: monday
groups:
iamme:
patterns:
- "*"
- package-ecosystem: docker
directory: /
schedule:
interval: monthly
time: "12:00"
day: wednesday
groups:
iamme-docker:
patterns:
- "*"
- package-ecosystem: github-actions
directory: .github
schedule:
interval: monthly
time: "12:00"
day: wednesday
groups:
iamme-ghas:
patterns:
- "*"

0 comments on commit b35b964

Please sign in to comment.