Add dependabot for docker

This commit is contained in:
Dave Gallant
2022-04-23 23:32:32 -04:00
parent fce3173ec1
commit 090e5856dc
2 changed files with 6 additions and 1 deletions

View File

@@ -6,3 +6,8 @@ updates:
interval: daily
time: "10:00"
open-pull-requests-limit: 10
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: daily
time: "11:00"

View File

@@ -1,4 +1,4 @@
FROM rust:1.54-buster@sha256:f91b3dae52c0d99302366331e36cf6af8a923d36c68577df1f4d5a7c2721ca90 as build
FROM rust:1.54-buster as build
ENV DEBIAN_FRONTEND=noninteractive