Add depend a bot (#1326)

Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
Andrey Sobolev 2022-04-09 01:06:02 +07:00 committed by GitHub
parent de0a5fcdd8
commit 9826fb38fc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,22 @@
# Basic set up for three package managers
version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
# Maintain dependencies for Docker
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "daily"