Skip to content

Commit

Permalink
ci(dependabot.yml): add updates in groups (#601)
Browse files Browse the repository at this point in the history
Correction to make the process more straightforward, start grouping PRs.

By default, Dependabot raises a single pull request for each dependency
that needs to be updated. We are going to use groups, so that Dependabot
opens a single pull request to update multiple dependencies at the same
time.

Fix: 032160d.

Signed-off-by: Claudio André <[email protected]>
  • Loading branch information
claudioandre-br committed Nov 15, 2024
1 parent c5b4d1d commit 300eddc
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ updates:
day: "saturday"

# ********** Docker **********
# Ubuntu
# Base OSes
- package-ecosystem: docker
directories:
- /CI/Dockerfiles
Expand All @@ -25,14 +25,7 @@ updates:
groups:
ubuntu:
patterns:
- "ubuntu*"

# If it's not Ubuntu
- package-ecosystem: docker
directory: /CI/Dockerfiles
schedule:
interval: "weekly"
day: "saturday"
- "*"

# nvidia/cuda
- package-ecosystem: docker
Expand Down

0 comments on commit 300eddc

Please sign in to comment.