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