aboutsummaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: bd1922620bdd3bfd47e2868fac27398cdab9161c (plain) (blame)
1
2
3
4
5
6
7
8
version: 2
updates:
- package-ecosystem: gomod
  directory: "/"
  schedule:
    interval: daily
    time: "04:00"
  open-pull-requests-limit: 10