Skip to content

Commit

Permalink
build: add docker to dependabot.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Hugo Salgado <vsalgadopb@gmail.com>
  • Loading branch information
vitorsalgado committed Mar 29, 2022
1 parent f7a362c commit a7a687d
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,17 @@ updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
interval: weekly
open-pull-requests-limit: 5

- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
open-pull-requests-limit: 10
interval: weekly
open-pull-requests-limit: 5

- package-ecosystem: docker
directory: "/"
schedule:
interval: weekly
open-pull-requests-limit: 5

0 comments on commit a7a687d

Please sign in to comment.