We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b47dd commit 96ac70fCopy full SHA for 96ac70f
.github/workflows/lz-definitions-dependabot.yaml
@@ -2,13 +2,11 @@ version: 2
2
name: "lz-definitions update"
3
updates:
4
- package-ecosystem: "npm"
5
- # Monorepo: scan root plus all packages + examples
6
directories:
7
- "/"
8
- "/packages/*"
9
- "/examples/*"
10
11
- # Closest to “immediately”: run on a frequent cron schedule
12
schedule:
13
interval: "cron"
14
cronjob: "0 */2 * * *" # every 2 hours
0 commit comments