Skip to content

Commit

Permalink
update dependabot for github-action and docker (derailed#1050)
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <[email protected]>
  • Loading branch information
chenrui333 authored Mar 20, 2021
1 parent 59629e3 commit a4a1944
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,15 @@ updates:
directory: "/"
schedule:
interval: "weekly"

# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: weekly

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

0 comments on commit a4a1944

Please sign in to comment.