Merge pull request #64 from PrivateBin/dependabot

Enable Dependabot for Docker and GitHub Actions
This commit is contained in:
El RIDO 2021-09-01 20:26:50 +02:00 committed by GitHub
commit ae23677ae2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,12 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
# Maintain dependencies for GitHub Actions
# src: https://github.com/marketplace/actions/build-and-push-docker-images#keep-up-to-date-with-github-dependabot
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"