summaryrefslogtreecommitdiffstats
path: root/.github/dependabot.yml
blob: 71e2bd80d5ab150a93efe579cd66e6bad52093a7 (plain)
1
2
3
4
5
6
7
8
9
version: 2
updates:
  - package-ecosystem: "gomod"
    directory: "/"
    schedule:
      interval: "weekly"
    allowed_updates:
      - match:
          update_type: "security"