Skip to content

Commit

Permalink
Configure Automated Security Updates (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
Artemiy Knipe | Артемий Кондратьев authored Sep 25, 2019
1 parent c12f00d commit 627e328
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions .dependabot/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
version: 1
update_configs:
- package_manager: "ruby:bundler"
directory: "/"
update_schedule: "live"
allowed_updates:
- match:
update_type: "security"
- package_manager: "ruby:bundler"
directory: "/spec/data/bundles/integration_spec/default_upstream_gems/"
update_schedule: "live"
allowed_updates:
- match:
update_type: "security"
- package_manager: "ruby:bundler"
directory: "/spec/data/bundles/integration_spec/private_gems/"
update_schedule: "live"
allowed_updates:
- match:
update_type: "security"
- package_manager: "ruby:bundler"
directory: "/spec/data/bundles/integration_spec/header_mirror_gems/"
update_schedule: "live"
allowed_updates:
- match:
update_type: "security"
- package_manager: "ruby:bundler"
directory: "/spec/data/bundles/integration_spec/redirecting_gems/"
update_schedule: "live"
allowed_updates:
- match:
update_type: "security"
- package_manager: "ruby:bundler"
directory: "/spec/data/bundles/integration_spec/upstream_gems/"
update_schedule: "live"
allowed_updates:
- match:
update_type: "security"
- package_manager: "ruby:bundler"
directory: "/spec/data/gems/example/"
update_schedule: "live"
allowed_updates:
- match:
update_type: "security"
- package_manager: "ruby:bundler"
directory: "/spec/data/gems/speaker/"
update_schedule: "live"
allowed_updates:
- match:
update_type: "security"

0 comments on commit 627e328

Please sign in to comment.