Skip to content

Commit

Permalink
adding dependabot to keep dockerfiles up to date (#45)
Browse files Browse the repository at this point in the history
Signed-off-by: matttrach <matttrach@gmail.com>
  • Loading branch information
matttrach committed Mar 28, 2023
1 parent a5419ae commit 515f17d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
version: 2
updates:

# Maintain dependencies for Docker Images
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"

- package-ecosystem: "docker"
directory: "/package"
schedule:
interval: "weekly"

0 comments on commit 515f17d

Please sign in to comment.