Skip to content

Commit ea19218

Browse files
Merge branch 'main' into corenode-config-webserver-oidc
2 parents 2e7172b + a704192 commit ea19218

File tree

1,273 files changed

+343379
-138764
lines changed

Some content is hidden

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

1,273 files changed

+343379
-138764
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ updates:
1919
- dependency-name: "@chainlink/local"
2020
versions: ["*"]
2121
- dependency-name: "@chainlink/cl-search-frontend"
22-
update-types: ["version-update:semver-patch"]
22+
versions: ["*"]
2323
# For all deps
2424
- dependency-name: "*"
2525
# ignore all major updates
@@ -73,21 +73,14 @@ updates:
7373
- "github-slugger"
7474
- "marked"
7575

76-
# GraphQL & Data
77-
graphql-packages:
78-
patterns:
79-
- "graphql*"
80-
- "@graphql*"
81-
- "@apollo*"
82-
- "@11ty/eleventy-fetch"
83-
8476
# Testing & Quality
8577
testing-tools:
8678
patterns:
8779
- "jest*"
8880
- "@jest*"
8981
- "@types/jest"
9082
- "ts-jest"
83+
- "jest-yaml-transform"
9184

9285
# Linting & Formatting
9386
linting-tools:
@@ -98,6 +91,8 @@ updates:
9891
- "lint-staged"
9992
- "husky"
10093
- "solhint*"
94+
- "solhint-plugin-*"
95+
- "knip"
10196

10297
# TypeScript & Types
10398
typescript:
@@ -123,7 +118,16 @@ updates:
123118
- "lodash"
124119
- "uuid"
125120
- "pino"
126-
121+
- "pino-pretty"
122+
123+
# Solana Ecosystem
124+
solana-ecosystem:
125+
patterns:
126+
- "@solana*"
127+
- "@solana-program*"
128+
- "bs58"
129+
- "tweetnacl"
130+
127131
# Security updates (specifically for security vulnerabilities)
128132
security-blockchain:
129133
applies-to: security-updates
@@ -157,8 +161,6 @@ updates:
157161
security-data:
158162
applies-to: security-updates
159163
patterns:
160-
- "graphql*"
161-
- "@apollo*"
162164
- "@11ty/eleventy-fetch"
163165
- "lodash"
164166

0 commit comments

Comments
 (0)