blob: b252b61330e84da75e5703866f9ec71f5752485e (
plain)
1
2
3
4
5
6
7
|
# See https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "gomod"
directory: "/" # Location of package manifests
schedule:
interval: "daily"
|