[CI] Add Gemfile.lock monitoring to dependabot (#931)

This will allow dependabot to inform us when there are newer ruby bundles available.
pull/933/head
Amir Zarrinkafsh 2020-04-28 05:09:26 +10:00 committed by GitHub
parent ab8db21214
commit 6c7d5cfa9a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -12,6 +12,12 @@ update_configs:
commit_message:
prefix: "[MISC] "
include_scope: true
- package_manager: "ruby:bundler"
directory: "/docs"
update_schedule: "live"
commit_message:
prefix: "[MISC] "
include_scope: true
- package_manager: "docker"
directory: "/"
update_schedule: "daily"