Skip to content

Commit 836016a

Browse files
authored
chore: add dependabot config
1 parent eb9b96b commit 836016a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.github/dependabot.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/"
5+
schedule:
6+
interval: "daily"
7+
- package-ecosystem: "docker"
8+
directory: "/"
9+
schedule:
10+
interval: "daily"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
name: action-image
4848

4949
- name: Load image into docker context
50-
run: docker load -i action-image/action.tar
50+
run: docker load -i action.tar
5151

5252
- name: Get Image Name
5353
id: image_name

0 commit comments

Comments
 (0)