Merge pull request #21 from dawidd6/dependabot-add-v2-config-file

Upgrade to GitHub-native Dependabot
This commit is contained in:
Dawid Dziurla 2021-04-29 07:40:46 +02:00 committed by GitHub
commit f0b38f33e9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,18 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "04:00"
pull-request-branch-name:
separator: "-"
open-pull-requests-limit: 10
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "04:00"
pull-request-branch-name:
separator: "-"
open-pull-requests-limit: 10