aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: d30f881efdb02c971175c3a3aa1276b67b8cff38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
version: 2
updates:
  - package-ecosystem: "gomod"
    directory: "/"
    schedule:
      interval: "daily"
  - package-ecosystem: "github-actions"
    directory: "/"
    schedule:
      interval: "daily"