Skip to content

Commit

Permalink
feat: add dependabot support for wolfi dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
kruskall committed Jun 7, 2024
1 parent 6ca074f commit e4d101b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,11 @@ updates:
dependencies:
patterns:
- "*"
# docker
- package-ecosystem: "docker"
directory: "/packaging/docker/"
schedule:
interval: "weekly"

# GitHub actions
- package-ecosystem: "github-actions"
Expand Down

0 comments on commit e4d101b

Please sign in to comment.