Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,26 +4,56 @@ updates:
directory: /
schedule:
interval: daily
groups:
actions:
update-types:
- "major"
- "minor"
- "patch"

- package-ecosystem: gomod
directory: /
schedule:
interval: daily
groups:
go:
update-types:
- "major"
- "minor"
- "patch"

- package-ecosystem: docker
directory: /build
schedule:
interval: daily
groups:
docker-images:
update-types:
- "major"
- "minor"
- "patch"

- package-ecosystem: docker
directory: /tests
schedule:
interval: daily
groups:
docker-tests:
update-types:
- "major"
- "minor"
- "patch"

- package-ecosystem: pip
directory: /tests
schedule:
interval: weekly
groups:
python:
update-types:
- "major"
- "minor"
- "patch"

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