Skip to content

ci: add Dependabot updates#106

Open
artylobos wants to merge 1 commit into
BCPathway:mainfrom
artylobos:codex/dependabot-85
Open

ci: add Dependabot updates#106
artylobos wants to merge 1 commit into
BCPathway:mainfrom
artylobos:codex/dependabot-85

Conversation

@artylobos
Copy link
Copy Markdown

@artylobos artylobos commented May 26, 2026

Closes #85

Summary

  • add .github/dependabot.yml for automated dependency updates
  • cover the Cargo workspace at the repository root
  • cover each npm package directory: sdk, cli, react, and indexer
  • group ecosystem updates and cap open dependency PRs to keep update noise manageable

Validation

  • git diff --check -- .github/dependabot.yml
  • ruby -e 'require "yaml"; config = YAML.load_file(".github/dependabot.yml"); abort("wrong version") unless config["version"] == 2'
  • Verified configured directories exist: /, /sdk, /cli, /react, /indexer

Bounty note

  • Stellar Wave 5 — 200 Points

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.

[Tooling] Setup Dependabot for Updates

1 participant