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 17f3993 commit 576f7c4Copy full SHA for 576f7c4
1 file changed
.github/dependabot.yml
@@ -12,3 +12,13 @@ updates:
12
# Only update Wormhole dependencies
13
allow:
14
- dependency-name: "@wormhole-foundation/*"
15
+ # Group NTT packages together (released together)
16
+ groups:
17
+ wormhole-ntt:
18
+ patterns:
19
+ - "@wormhole-foundation/sdk-*-ntt"
20
+ wormhole-sdk:
21
22
+ - "@wormhole-foundation/*"
23
+ exclude-patterns:
24
0 commit comments