Skip to content

Commit d9f5335

Browse files
authored
Merge branch 'main' into rwa-v8-ff
2 parents 03960a4 + 9b584c7 commit d9f5335

File tree

470 files changed

+72013
-20416
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

470 files changed

+72013
-20416
lines changed

.github/dependabot.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ updates:
8888
- "@jest*"
8989
- "@types/jest"
9090
- "ts-jest"
91+
- "jest-yaml-transform"
9192

9293
# Linting & Formatting
9394
linting-tools:
@@ -98,6 +99,8 @@ updates:
9899
- "lint-staged"
99100
- "husky"
100101
- "solhint*"
102+
- "solhint-plugin-*"
103+
- "knip"
101104

102105
# TypeScript & Types
103106
typescript:
@@ -123,7 +126,16 @@ updates:
123126
- "lodash"
124127
- "uuid"
125128
- "pino"
126-
129+
- "pino-pretty"
130+
131+
# Solana Ecosystem
132+
solana-ecosystem:
133+
patterns:
134+
- "@solana*"
135+
- "@solana-program*"
136+
- "bs58"
137+
- "tweetnacl"
138+
127139
# Security updates (specifically for security vulnerabilities)
128140
security-blockchain:
129141
applies-to: security-updates

0 commit comments

Comments
 (0)