Skip to content

Commit 96ac70f

Browse files
committed
c
1 parent c1b47dd commit 96ac70f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/lz-definitions-dependabot.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,11 @@ version: 2
22
name: "lz-definitions update"
33
updates:
44
- package-ecosystem: "npm"
5-
# Monorepo: scan root plus all packages + examples
65
directories:
76
- "/"
87
- "/packages/*"
98
- "/examples/*"
109

11-
# Closest to “immediately”: run on a frequent cron schedule
1210
schedule:
1311
interval: "cron"
1412
cronjob: "0 */2 * * *" # every 2 hours

0 commit comments

Comments
 (0)