Upgrade to GitHub-native Dependabot
This commit is contained in:
parent
7537ce7625
commit
ae19af33aa
|
@ -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
|
Loading…
Reference in New Issue