Skip to content

fix: add Dependabot for actions, cargo, and npm ecosystems - #332

Open
MaximeGaudin wants to merge 1 commit into
mainfrom
fix/issue-187-dependabot
Open

fix: add Dependabot for actions, cargo, and npm ecosystems#332
MaximeGaudin wants to merge 1 commit into
mainfrom
fix/issue-187-dependabot

Conversation

@MaximeGaudin

Copy link
Copy Markdown
Owner

Summary

  • No Dependabot or Renovate configuration existed, so dependency and action updates (including security patches) were never proposed.
  • Added .github/dependabot.yml with weekly updates for the three ecosystems in play: github-actions (workflow action SHAs), cargo (root workspace Cargo.lock), and npm (root pnpm-lock.yaml, which covers all workspace packages).

The CI cache already special-cases dependabot[bot] runs (save-if), so Dependabot PRs are expected to hit the cache path.

Fixes #187

Test plan

  • File parses as valid YAML (new config file, no code touched).
  • CI green on the PR

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.

No Dependabot or Renovate configuration for any ecosystem

1 participant