summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 4b140e957a2c0b283650b2a44ca5cb2b444a5a53 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
version: 2
updates:
  - package-ecosystem: bundler
    directory: "/"
    schedule:
      interval: "daily"
      time: "06:00"
      timezone: America/Los_Angeles
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule: 
      interval: daily