Skip to content

Commit

Permalink
add dependabot
Browse files Browse the repository at this point in the history
Signed-off-by: GRBurst <[email protected]>
  • Loading branch information
GRBurst committed Sep 9, 2020
1 parent bbe4dbc commit 7f8c15a
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
version: 2
updates:
- package-ecosystem: docker
directory: "/tags/latest"
schedule:
interval: daily
time: "00:00"
open-pull-requests-limit: 5
target-branch: master

- package-ecosystem: docker
directory: "/tags/slim"
schedule:
interval: daily
time: "00:00"
open-pull-requests-limit: 5
target-branch: master

- package-ecosystem: docker
directory: "/tags/alpine"
schedule:
interval: daily
time: "00:00"
open-pull-requests-limit: 5
target-branch: master

0 comments on commit 7f8c15a

Please sign in to comment.