aboutsummaryrefslogtreecommitdiff
path: root/.github/dependabot.yml
blob: b25491e8ca19ab2305c13a983aae98a2006fedaa (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: "monthly"
    reviewers:
      - "gogs/core"
    commit-message:
      prefix: "mod:"