Skip to content

Commit

Permalink
add a config for Dependabot
Browse files Browse the repository at this point in the history
Tell it to check both locations where there are Ruby dependencies
loitering about.

Signed-off-by: Robb Kidd <rkidd@chef.io>
  • Loading branch information
robbkidd committed Nov 8, 2019
1 parent 6192e49 commit 8be35b7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .dependabot/config.yml
@@ -0,0 +1,14 @@
version: 1
update_configs:
- package_manager: "ruby:bundler"
directory: "/src/supermarket"
update_schedule: "daily"
allowed_updates:
- match:
update_type: "security"
- package_manager: "ruby:bundler"
directory: "/src/supermarket/engines/fieri"
update_schedule: "daily"
allowed_updates:
- match:
update_type: "security"

0 comments on commit 8be35b7

Please sign in to comment.