Upgrade to GitHub-native Dependabot (#204)

Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
This commit is contained in:
dependabot-preview[bot] 2021-09-11 12:59:14 +08:00 committed by GitHub
commit 0f24e76ade
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,20 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
time: "11:00"
open-pull-requests-limit: 10
- package-ecosystem: elm
directory: "/viewer-elm"
schedule:
interval: daily
time: "11:00"
open-pull-requests-limit: 10
- package-ecosystem: elm
directory: "/playground/viewer-elm"
schedule:
interval: daily
time: "11:00"
open-pull-requests-limit: 10