Skip to content

Commit 6644866

Browse files
authored
DEVREL-1233 setup dependabot for lz-definitions (#1915)
1 parent 086da73 commit 6644866

1 file changed

Lines changed: 24 additions & 0 deletions

File tree

.github/dependabot.yaml

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "npm"
4+
directories:
5+
- "/"
6+
- "/packages/*"
7+
- "/examples/*"
8+
9+
schedule:
10+
interval: "daily"
11+
12+
# Keep at most one open Dependabot PR at a time
13+
open-pull-requests-limit: 1
14+
15+
# Only update this single public package
16+
allow:
17+
- dependency-name: "@layerzerolabs/lz-definitions"
18+
dependency-type: "direct"
19+
20+
# Grouping is redundant with the allow-list, but harmless and keeps naming consistent
21+
groups:
22+
lz-definitions:
23+
patterns:
24+
- "@layerzerolabs/lz-definitions"

0 commit comments

Comments
 (0)