Skip to content

Commit

Permalink
build(dependabot): improve configuration (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
rlespinasse committed Nov 26, 2023
1 parent e3ef4f6 commit e203689
Showing 1 changed file with 11 additions and 5 deletions.
16 changes: 11 additions & 5 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,15 @@ version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
commit-message:
prefix: "feat: "
schedule:
interval: "weekly"
groups:
dependencies:
patterns:
- "*"
day: "tuesday"
time: "00:00"
reviewers:
- "rlespinasse"
labels: [ ]

- package-ecosystem: "github-actions"
directory: "/"
Expand All @@ -16,4 +19,7 @@ updates:
groups:
dependencies:
patterns:
- "*"
- "*"
reviewers:
- "rlespinasse"
labels: [ ]

0 comments on commit e203689

Please sign in to comment.