Skip to content

Commit

Permalink
[CI] Add Gemfile.lock monitoring to dependabot (#931)
Browse files Browse the repository at this point in the history
This will allow dependabot to inform us when there are newer ruby bundles available.
  • Loading branch information
nightah committed Apr 27, 2020
1 parent ab8db21 commit 6c7d5cf
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 6c7d5cf

Please sign in to comment.