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