mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
14 lines
322 B
YAML
14 lines
322 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: bundler
|
|
directory: "/"
|
|
schedule:
|
|
interval: daily
|
|
time: "08:00"
|
|
timezone: America/New_York
|
|
open-pull-requests-limit: 10
|
|
ignore:
|
|
# Drops support for Ruby 2.5
|
|
- dependency-name: pry-stack_explorer
|
|
versions:
|
|
- ">= 5.0"
|