mirror of
https://github.com/alexellis/arkade.git
synced 2022-05-07 18:22:49 +03:00
11 lines
323 B
YAML
11 lines
323 B
YAML
version: 2
|
|
# reference: https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates
|
|
updates:
|
|
- package-ecosystem: "gomod"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily"
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "daily" |