Browse Source

Change dependabot update schedule from live to weekly (#10949)

pull/4/head
Eugen Rochko 4 years ago
committed by GitHub
parent
commit
8265c5e7c8
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      .dependabot/config.yml

+ 2
- 2
.dependabot/config.yml View File

@ -3,8 +3,8 @@ version: 1
update_configs:
- package_manager: "ruby:bundler"
directory: "/"
update_schedule: "live"
update_schedule: "weekly"
- package_manager: "javascript"
directory: "/"
update_schedule: "live"
update_schedule: "weekly"

Loading…
Cancel
Save