summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: 6627f84b9928dcec280030034d8a5013deb16fd4 (plain)
1
2
3
4
5
6
7
# See https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#package-ecosystem
version: 2
updates:
  - package-ecosystem: "gomod" 
    directory: "/"
    schedule:
      interval: "daily"