Skip to content

Commit

Permalink
group dependabot changes by type (#4746)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdabelf5 committed Dec 5, 2023
1 parent 15ba882 commit 7ae5a19
Showing 1 changed file with 30 additions and 0 deletions.
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

0 comments on commit 7ae5a19

Please sign in to comment.