mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-04-24 13:48:49 +08:00
11 lines
283 B
YAML
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" |