Create Dependabot config file

This commit is contained in:
dependabot-preview[bot] 2020-09-24 21:08:30 +00:00 committed by GitHub
parent 8f3401391b
commit cd6b510e7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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

@ -0,0 +1,14 @@
version: 2
updates:
- package-ecosystem: docker
directory: "/rubocop"
schedule:
interval: daily
time: "07:00"
open-pull-requests-limit: 10
- package-ecosystem: docker
directory: "/eslint"
schedule:
interval: daily
time: "07:00"
open-pull-requests-limit: 10