Skip to content

Commit

Permalink
chore: add back dependabot with grouping
Browse files Browse the repository at this point in the history
Add dependabot for auto update PRs plus group them
  • Loading branch information
06kellyjac committed Jan 2, 2024
1 parent 771cc35 commit c6a3c8c
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
---
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
time: "06:00"
timezone: UTC
open-pull-requests-limit: 10
commit-message:
prefix: chore
include: scope
groups:
gha:
patterns:
- "*"
- package-ecosystem: gomod
directory: /
schedule:
interval: weekly
time: "06:00"
timezone: UTC
allow:
# direct and indirect updates
- dependency-type: "all"
commit-message:
prefix: chore
include: scope
groups:
gomod:
patterns:
- "*"
- package-ecosystem: docker
directory: /
schedule:
interval: weekly
time: "06:00"
timezone: UTC
commit-message:
prefix: chore
include: scope
groups:
docker:
patterns:
- "*"

0 comments on commit c6a3c8c

Please sign in to comment.