1
0
Fork 0
mirror of https://github.com/hadolint/hadolint-action.git synced 2024-08-16 10:09:53 +02:00

chore: add dependabot config

This commit is contained in:
Arne Jørgensen 2020-12-05 18:23:00 +01:00 committed by GitHub
parent eb9b96be61
commit 836016a45f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 1 deletions

10
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"

View file

@ -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