Skip to content

Commit e5f8e43

Browse files
authored
fix: prevent version drift in dependabot NTT group updates (#126)
1 parent df4820a commit e5f8e43

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/dependabot.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,9 @@ updates:
99
directory: "/"
1010
schedule:
1111
interval: "daily"
12+
# Always bump the lower bound in package.json to match the new version,
13+
# preventing version drift within groups (e.g. ^4.0.10 staying behind ^4.0.12)
14+
versioning-strategy: increase
1215
# Only update Wormhole dependencies
1316
allow:
1417
- dependency-name: "@wormhole-foundation/*"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"@wormhole-foundation/sdk-definitions-ntt": "^4.0.14",
1111
"@wormhole-foundation/sdk-evm-ntt": "^4.0.14",
1212
"@wormhole-foundation/sdk-route-ntt": "^4.0.14",
13-
"@wormhole-foundation/sdk-solana-ntt": "^4.0.10",
13+
"@wormhole-foundation/sdk-solana-ntt": "^4.0.14",
1414
"@wormhole-foundation/sdk-sui-ntt": "^4.0.14",
1515
"axios": "^1.9.0",
1616
"dotenv": "^16.4.5",

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1160,7 +1160,7 @@
11601160
"@wormhole-foundation/sdk-connect" "4.11.0"
11611161
"@wormhole-foundation/sdk-solana" "4.11.0"
11621162

1163-
"@wormhole-foundation/sdk-solana-ntt@4.0.14", "@wormhole-foundation/sdk-solana-ntt@^4.0.10":
1163+
"@wormhole-foundation/sdk-solana-ntt@4.0.14", "@wormhole-foundation/sdk-solana-ntt@^4.0.14":
11641164
version "4.0.14"
11651165
resolved "https://registry.yarnpkg.com/@wormhole-foundation/sdk-solana-ntt/-/sdk-solana-ntt-4.0.14.tgz#e248455e6c335a30f238b5aad1ae2df300897c39"
11661166
integrity sha512-61t7jKDhl+O0mVzmfQVKxQ0W7ExbNalLY74e7yXOxzua5mxv70gf/SFnIxZldXoWYgGICC3mC7wBd2g5DiiASg==

0 commit comments

Comments
 (0)