summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 7a6c85a42e15c3bda503f1e598ecbebe9cea152a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
version: 2
updates:
- package-ecosystem: bundler
  target-branch: "main"
  directory: "/omnibus"
  schedule:
    interval: daily
    time: "06:00"
    timezone: America/Los_Angeles
  open-pull-requests-limit: 10
  labels:
  - "Type: Chore"
- package-ecosystem: bundler
  target-branch: "chef-16"
  directory: "/omnibus"
  schedule:
    interval: daily
    time: "06:00"
    timezone: America/Los_Angeles
  open-pull-requests-limit: 10
  labels:
  - "Type: Chore"