Skip to content

Commit

Permalink
build: enable dependabot for docker and github actions
Browse files Browse the repository at this point in the history
Signed-off-by: Romain Lespinasse <romain.lespinasse@gmail.com>
  • Loading branch information
rlespinasse committed Nov 26, 2023
1 parent 8dd1667 commit 296b3ce
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
groups:
dependencies:
patterns:
- "*"

- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
groups:
dependencies:
patterns:
- "*"

0 comments on commit 296b3ce

Please sign in to comment.