Change dependabot to weekly schedule
This commit is contained in:
parent
df5180ffc5
commit
5031f283d2
|
|
@ -2,6 +2,6 @@ version: 2
|
||||||
updates:
|
updates:
|
||||||
- package-ecosystem: "gomod"
|
- package-ecosystem: "gomod"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
# Check for updates once a day
|
# Check for updates once a week
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "weekly"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue