Skip to content

Commit

Permalink
Update deps in batches
Browse files Browse the repository at this point in the history
  • Loading branch information
AlCutter committed Oct 10, 2023
1 parent 14ed652 commit 37a420b
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,49 @@ version: 2
updates:
- package-ecosystem: gomod
directory: /
groups:
all-go-deps:
pattern:
- "*"
schedule:
interval: daily
commit-message:
prefix: ":seedling:"
include: "scope"

- package-ecosystem: github-actions
directory: /
groups:
all-gha-deps:
pattern:
- "*"
schedule:
interval: daily
commit-message:
prefix: ":seedling:"
include: "scope"

- package-ecosystem: docker
directory: /deploy/github/log/leaf_validator
groups:
all-docker-deps:
pattern:
- "*"
schedule:
interval: daily
commit-message:
prefix: ":seedling:"
include: "scope"

- package-ecosystem: docker
directory: /deploy/github/log/sequence_and_integrate
groups:
all-docker-deps:
pattern:
- "*"
schedule:
interval: daily
commit-message:
prefix: ":seedling:"
include: "scope"

0 comments on commit 37a420b

Please sign in to comment.