1
0
mirror of https://github.com/hybridgroup/gobot.git synced 2025-04-24 13:48:49 +08:00
hybridgroup.gobot/.github/dependabot.yml
2023-03-07 19:52:53 +01:00

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"