Merge pull request #66 from rugk/patch-1

Enable Dependabot for Docker, NodeJS and GitHub Actions depencies
This commit is contained in:
Ravinou 2023-11-02 17:10:22 +01:00 committed by GitHub
commit 0377b162ed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "npm"
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"