Merge pull request #55 from genebean/dependabot/add-v2-config-file

Update Dependabot config file
This commit is contained in:
Gene Liverman 2020-07-07 22:16:29 -04:00 committed by GitHub
commit 6894574e5e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 8 additions and 12 deletions

View file

@ -1,12 +0,0 @@
---
version: 1
update_configs:
- package_manager: 'ruby:bundler'
directory: '/'
update_schedule: 'daily'
automerged_updates:
- match:
dependency_type: 'all'
update_type: 'all'

8
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,8 @@
version: 2
updates:
- package-ecosystem: bundler
directory: "/"
schedule:
interval: daily
time: "10:00"
open-pull-requests-limit: 10