We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 086da73 commit 6644866Copy full SHA for 6644866
1 file changed
.github/dependabot.yaml
@@ -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