build(ci): make dependabot run weekly (#40)
It's non-trivial to check-in build changes in npm dependencies bump PRs. Make dependabot run weekly and will manually check in such changes. --------- Signed-off-by: Billy Zha <jinzha1@microsoft.com>
This commit is contained in:
parent
a51157d919
commit
ebab43aab8
|
@ -19,12 +19,12 @@ updates:
|
|||
# default location of `.github/workflows`
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
interval: "weekly"
|
||||
labels:
|
||||
- "dependencies"
|
||||
- package-ecosystem: "npm"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
interval: "weekly"
|
||||
labels:
|
||||
- "dependencies"
|
||||
|
|
Loading…
Reference in New Issue