Skip to content

Commit

Permalink
build(dependabot): enable docker and github-actions updates (#32)
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Lespinasse <romain.lespinasse@gmail.com>
  • Loading branch information
rlespinasse authored Nov 26, 2023
1 parent 76fb619 commit f402c64
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
commit-message:
prefix: "feat: "
schedule:
interval: "weekly"
day: "wednesday"
time: "00:00"
reviewers:
- "rlespinasse"
labels: [ ]

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
dependencies:
patterns:
- "*"
reviewers:
- "rlespinasse"
labels: [ ]

0 comments on commit f402c64

Please sign in to comment.