adding docker to dependabot

This commit is contained in:
Bret Fisher
2023-03-24 23:43:25 -04:00
parent ec684c5ade
commit e6d4862f06
2 changed files with 9 additions and 1 deletions

View File

@@ -11,3 +11,11 @@ updates:
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"
commit-message:
# Prefix all commit messages with "[docker] " (no colon, but a trailing whitespace)
prefix: "[docker] "

View File

@@ -1,5 +1,5 @@
# sample dockerfile for testing call-docker-build.yaml
FROM alpine:edge
FROM alpine:3.17.1
RUN apk add --no-cache curl