Skip to content

fix(dependabot): track root package.json, not /scripts#7

Merged
github-actions[bot] merged 1 commit into
mainfrom
fix/dependabot-root-dir
May 10, 2026
Merged

fix(dependabot): track root package.json, not /scripts#7
github-actions[bot] merged 1 commit into
mainfrom
fix/dependabot-root-dir

Conversation

@satyakwok
Copy link
Copy Markdown
Member

Summary

/scripts only contains read-balance.ts (a standalone TypeScript script), no package.json. Dependabot scans fail internally trying to find a manifest there — see run #25506450816 for the silent error pattern.

Root has the actual npm dependencies (Hardhat / Foundry tooling), so point dependabot there.

Why now

Surfaced during a cross-repo CI failing-runs sweep. Dependabot job has been silently erroring weekly since the config landed.

Test plan

  • CI green (this is a config-only change; no runtime impact)
  • Next dependabot weekly tick succeeds

/scripts only contains read-balance.ts (a standalone TS script), no
package.json — dependabot fails internally trying to scan a non-npm
directory. Root has the actual deps (Hardhat/Foundry tooling), so
point dependabot there.
@github-actions github-actions Bot enabled auto-merge (squash) May 10, 2026 23:52
@github-actions github-actions Bot merged commit c4c9449 into main May 10, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant