Files
ghorg/.github/dependabot.yml
2022-08-10 14:22:01 -07:00

12 lines
315 B
YAML

# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/" # Location of package manifests
schedule:
interval: "monthly"
open-pull-requests-limit: 10
reviewers:
- "gabrie30"