Skip to content

Commit

Permalink
chore: add dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
arnested authored Dec 5, 2020
1 parent eb9b96b commit 836016a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
name: action-image

- name: Load image into docker context
run: docker load -i action-image/action.tar
run: docker load -i action.tar

- name: Get Image Name
id: image_name
Expand Down

0 comments on commit 836016a

Please sign in to comment.