Skip to content

Commit

Permalink
Group dependabot docker and githubaction update PRs
Browse files Browse the repository at this point in the history
  • Loading branch information
jmagman committed Nov 8, 2024
1 parent 72356fd commit e87c0d0
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,24 @@ updates:
directory: "/.ci"
schedule:
interval: "weekly"
groups:
all-docker:
patterns: [ "*" ]
reviewers:
- "stuartmorgan"
- "ditman"
labels:
- "autosubmit"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
groups:
all-github-actions:
patterns: [ "*" ]
reviewers:
- "keyonghan"
- "yusuf-goog"
- "ricardoamador"
- "stuartmorgan"
labels:
- "team"
- "team: infra"
Expand Down

0 comments on commit e87c0d0

Please sign in to comment.