hybridgroup.gobot/.github/dependabot.yml

11 lines
283 B
YAML

# package-ecosystem, directory and schedule is mandatory
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/"
schedule:
interval: "weekly"
# Raise pull requests for version updates
# for go modules against the `dev` branch
target-branch: "dev"