summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 4bfa9a981c476a8a19b901be59eec6939de70414 (plain)
1
2
3
4
5
6
7
8
9
10
11
version: 2
updates:
- package-ecosystem: bundler
  directory: "/omnibus"
  schedule:
    interval: daily
    time: "06:00"
    timezone: America/Los_Angeles
  open-pull-requests-limit: 10
  labels:
  - "Type: Chore"