Skip to content

Commit c1b47dd

Browse files
committed
x
1 parent 1ddb661 commit c1b47dd

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
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
15+
16+
# Keep at most one open Dependabot PR at a time
17+
open-pull-requests-limit: 1
18+
19+
# Only update this single public package
20+
allow:
21+
- dependency-name: "@layerzerolabs/lz-definitions"
22+
dependency-type: "direct"
23+
24+
# Grouping is redundant with the allow-list, but harmless and keeps naming consistent
25+
groups:
26+
lz-definitions:
27+
patterns:
28+
- "@layerzerolabs/lz-definitions"

0 commit comments

Comments
 (0)