Skip to content

Remove stale npm ecosystem from Dependabot config - #591

Merged
marcdel merged 1 commit into
mainfrom
fix-dependabot-npm
Jul 9, 2026
Merged

Remove stale npm ecosystem from Dependabot config#591
marcdel merged 1 commit into
mainfrom
fix-dependabot-npm

Conversation

@marcdel

@marcdel marcdel commented Jul 9, 2026

Copy link
Copy Markdown
Owner

Summary

The daily Dependabot Updates run on main has been failing (e.g. run 27348648466) with:

Error during file fetching; aborting: /assets/package.json not found

assets/package.json was deleted in a138d37 (2023) when the app was regenerated with mix phx.new — esbuild/tailwind are managed via Mix now — but .github/dependabot.yml still had an npm ecosystem entry pointed at /assets.

This removes the npm block (and its long-moot 2021-era ignore rules), leaving the mix ecosystem as the only update job.

Verification

  • YAML validates.
  • Real confirmation comes from the next scheduled Dependabot run (13:00 UTC daily) after merge, since Dependabot reads the config from the default branch.

🤖 Generated with Claude Code

assets/package.json was removed in a138d37 (2023) when the app was
regenerated with mix phx.new; esbuild/tailwind are managed via Mix now.
The daily Dependabot npm job has been failing with
"/assets/package.json not found" ever since (e.g. run 27348648466).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@marcdel
marcdel merged commit 0fa69d7 into main Jul 9, 2026
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