Create Dependabot config file (#13921)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Franck Nijhof <git@frenck.dev>
This commit is contained in:
dependabot-preview[bot] 2020-07-06 14:09:33 +02:00 committed by GitHub
parent bba5b9ef51
commit 7f4dfcb291
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,26 @@
version: 2
updates:
- package-ecosystem: npm
directory: "/"
schedule:
interval: daily
time: "06:00"
open-pull-requests-limit: 10
target-branch: current
- package-ecosystem: bundler
directory: "/"
schedule:
interval: daily
time: "06:00"
open-pull-requests-limit: 10
target-branch: current
allow:
- dependency-type: direct
- dependency-type: indirect
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: daily
time: "06:00"
open-pull-requests-limit: 10
target-branch: current