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`
|
# default location of `.github/workflows`
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "weekly"
|
||||||
labels:
|
labels:
|
||||||
- "dependencies"
|
- "dependencies"
|
||||||
- package-ecosystem: "npm"
|
- package-ecosystem: "npm"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
schedule:
|
schedule:
|
||||||
interval: "daily"
|
interval: "weekly"
|
||||||
labels:
|
labels:
|
||||||
- "dependencies"
|
- "dependencies"
|
||||||
|
|
Loading…
Reference in New Issue