summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 5c16c2cb3459f647d8ca03a32861fda66d3aaa8d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
version: 2
updates:
- package-ecosystem: bundler
  directory: "/"
  schedule:
    interval: daily
    time: "06:00"
    timezone: America/Los_Angeles
  open-pull-requests-limit: 10
  ignore:
  - dependency-name: chefstyle
    versions:
    - 1.6.1
    - 1.7.4