aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: 2c49f7bff5adefa87eb2a032123fb8ba49ab2147 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
version: 2
updates:
- package-ecosystem: github-actions
  directory: "/"
  schedule:
    interval: weekly
    day: friday
- package-ecosystem: gomod
  directory: "/"
  schedule:
    interval: weekly
    day: friday