aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: ee0c88ac1d95b5b8ce986ea89075895c4c6fe06f (plain)
1
2
3
4
5
6
7
8
9
10
11
# Docs: https://git.io/JCUAY
version: 2
updates:
  - package-ecosystem: "gomod"
    directory: "/"
    schedule:
      interval: "weekly"
    reviewers:
      - "unknwon"
    commit-message:
      prefix: "mod:"