Merge pull request #1928 from dexidp/dependabot

Add dependabot
This commit is contained in:
Márk Sági-Kazár 2021-01-14 23:20:18 +01:00 committed by GitHub
commit bf23d392b6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 24 additions and 1 deletions

23
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,23 @@
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
labels:
- "kind/dependencies"
schedule:
interval: "daily"
- package-ecosystem: "docker"
directory: "/"
labels:
- "kind/dependencies"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
labels:
- "kind/dependencies"
schedule:
interval: "daily"

View File

@ -22,7 +22,7 @@ COPY . .
RUN make release-binary
FROM alpine:3.12
FROM alpine:3.12.2
WORKDIR /