Add Dependabot for automated dependency and GitHub Actions updates#59
Merged
nojibe merged 1 commit intoJul 18, 2026
Conversation
There was a problem hiding this comment.
Claude Code Review
This repository is configured for manual code reviews. Comment @claude review for a one-time review, or @claude review always to subscribe this PR to a review on every future push.
Tip: disable this comment in your organization's Code Review settings.
Weekly schedule with grouped minor/patch updates (separate production and development groups); major bumps arrive as individual PRs. Open-PR limits and labels keep the queue manageable. Closes #34 Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
nojibe
force-pushed
the
ken/prdeng-12-add-dependabot-for-automated-dependency-and-github-actions
branch
from
July 18, 2026 01:01
daec9db to
825ee79
Compare
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds
.github/dependabot.ymlso dependency and GitHub Actions version drift gets an automated update path.Linear: PRDENG-12
Closes #34
What's configured
npmecosystem (coverspackage.json+pnpm-lock.yaml): weekly on Mondays, minor/patch bumps grouped into two PRs (production and development), majors as individual PRs, open-PR limit of 5,dependencieslabel,chore(deps)/chore(deps-dev)commit prefixes.github-actionsecosystem: weekly, all action bumps grouped into one PR, open-PR limit of 3,dependencies+cilabels. The two current workflows only userun:steps, so this is dormant until marketplace actions are introduced (e.g. by the CI hardening work).Notes
reviewerskey independabot.ymlis deprecated by GitHub; aCODEOWNERSfile is the supported way to auto-request review on Dependabot PRs if we want that.🤖 Generated with Claude Code