cicd: Schedule is required
This commit is contained in:
parent
a7a6ad53cc
commit
33375059bf
|
|
@ -2,6 +2,8 @@ version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "gomod"
|
- package-ecosystem: "gomod"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
pull-request-branch-name:
|
pull-request-branch-name:
|
||||||
# The default / breaks artifact names at archive time.
|
# The default / breaks artifact names at archive time.
|
||||||
separator: "-"
|
separator: "-"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue