Skip to content

Commit 08de921

Browse files
authored
dependabot: Don't update wincode / solana SDK (#109)
#### Problem The SDK has been updated to wincode v0.6, which is incompatible with v0.5. If we update the SPL deps to use the newest SDK or wincode versions, then they won't be able to use Agave v4.2 when those are released, since they're still on wincode v0.5, and the bump to wincode v0.6 will only happen for Agave v4.3. #### Summary of changes Ignore solana-* and wincode deps for dependabot for now.
1 parent a27eb8f commit 08de921

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,11 @@ updates:
1212
time: "08:00"
1313
timezone: UTC
1414
open-pull-requests-limit: 6
15+
ignore:
16+
# Ignore Solana dependencies and wincode for now, to avoid introducing
17+
# incompatibilities in libraries used by Agave
18+
- dependency-name: "solana-*"
19+
- dependency-name: "wincode"
1520
- package-ecosystem: npm
1621
directories:
1722
- "/"

0 commit comments

Comments
 (0)