Skip to content

ci: add Dependabot updates#106

Merged
p3ris0n merged 8 commits into
BCPathway:mainfrom
artylobos:codex/dependabot-85
Jun 2, 2026
Merged

ci: add Dependabot updates#106
p3ris0n merged 8 commits into
BCPathway:mainfrom
artylobos:codex/dependabot-85

Conversation

@artylobos
Copy link
Copy Markdown
Contributor

@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

@p3ris0n p3ris0n merged commit 5f8a8e9 into BCPathway:main Jun 2, 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.

[Tooling] Setup Dependabot for Updates

2 participants