mirror of
https://github.com/hybridgroup/gobot.git
synced 2025-04-24 13:48:49 +08:00
fix configuration file for dependabot (#908)
This commit is contained in:
parent
01ab380b99
commit
dae7a13514
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
@ -1,7 +1,11 @@
|
||||
# package-ecosystem, directory and schedule is mandatory
|
||||
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "gomod"
|
||||
- package-ecosystem: "gomod"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
# Raise pull requests for version updates
|
||||
# for go modules against the `dev` branch
|
||||
target-branch: "dev"
|
||||
|
||||
target-branch: "dev"
|
Loading…
x
Reference in New Issue
Block a user