Create dependabot.yml

This commit is contained in:
Viacheslav Kudinov 2021-06-10 10:03:20 +02:00 committed by GitHub
parent 3c9ddfb1c6
commit 990516c783
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

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

@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
labels:
- "dependencies"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
labels:
- "github_actions"