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