Upgrade to GitHub-native Dependabot

This commit is contained in:
dependabot-preview[bot] 2021-04-29 19:18:08 +00:00 committed by GitHub
parent 7537ce7625
commit ae19af33aa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 16 additions and 0 deletions

16
.github/dependabot.yml vendored Normal file
View File

@ -0,0 +1,16 @@
version: 2
updates:
- package-ecosystem: bundler
directory: "/"
schedule:
interval: daily
time: "04:00"
open-pull-requests-limit: 10
ignore:
- dependency-name: sidekiq
versions:
- 5.2.4
- dependency-name: nokogiri
versions:
- 1.11.1
- 1.11.2