Skip to content

ci: add Dependabot for Docusaurus deps and GitHub Actions#3

Merged
bloxster merged 1 commit into
mainfrom
chore/add-dependabot
Jun 24, 2026
Merged

ci: add Dependabot for Docusaurus deps and GitHub Actions#3
bloxster merged 1 commit into
mainfrom
chore/add-dependabot

Conversation

@bloxster

Copy link
Copy Markdown
Collaborator

Adds Dependabot to keep the Docusaurus site (root) and GitHub Actions up to date, mirroring the config already in use on erigontech/erigon.

  • github-actions (/) — weekly
  • npm (Docusaurus site (root)) — weekly, grouped so all @docusaurus/* bumps land in one PR and the react family in another (avoids version-skew breakage and PR noise)

Existing CI (docs-pr-build.yml) will validate each Dependabot PR before merge.

🤖 Generated with Claude Code

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a Dependabot configuration to keep this repo’s Docusaurus (root package.json/package-lock.json) dependencies and GitHub Actions up to date via weekly update PRs, with grouping to reduce noise and avoid common React/Docusaurus version skew.

Changes:

  • Configure weekly Dependabot updates for the github-actions ecosystem at repo root.
  • Configure weekly Dependabot updates for npm at repo root.
  • Add dependency groups so @docusaurus/* updates land together, and React-related packages land together.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@bloxster bloxster merged commit 80a6abe into main Jun 24, 2026
3 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.

2 participants