summaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 2d9e61f78c805042d36ccb69f498c7d73e79de50 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
version: 2
updates:
- package-ecosystem: gomod
  directory: "/"
  schedule:
    interval: weekly
    day: sunday
    time: "22:00"
    timezone: Canada/Eastern
  open-pull-requests-limit: 10
- package-ecosystem: docker
  directory: "/"
  schedule:
    interval: weekly
    day: sunday
    time: "22:00"
    timezone: Canada/Eastern
  open-pull-requests-limit: 10
- package-ecosystem: github-actions
  directory: "/"
  schedule:
    interval: weekly
    day: sunday
    time: "22:00"
    timezone: Canada/Eastern
  open-pull-requests-limit: 10