chore(ci): drop path filters and track github-actions in dependabot#799
Merged
Conversation
Removing the doc-server/** and ci.yaml path filters from CI so the build job runs on every PR. This lets us require the `build` status check in branch protection without blocking PRs that only touch top-level files (README, LICENSE, etc.) on a check that never reports. Also adds the github-actions ecosystem to dependabot so the action versions used by ci.yaml stay current. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: shiv <blue.4209211@gmail.com>
There was a problem hiding this comment.
Code Review
This pull request updates the Dependabot configuration to include weekly checks for GitHub Actions. The reviewer suggests grouping these updates into a single weekly pull request to reduce noise and provides a specific configuration example to achieve this.
Per review feedback, group all github-actions ecosystem updates into a single weekly PR to reduce noise from frequent minor action bumps. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> Signed-off-by: shiv <blue.4209211@gmail.com>
RamanKharchee
approved these changes
May 9, 2026
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
paths:filters fromci.yamlso thebuildjob runs on every PR. This lets us require it as a status check in branch protection without blocking PRs that only touch top-level files (README, LICENSE, etc.).github-actionsecosystem todependabot.ymlso versions in workflows stay current.Why now
The repo recently went public and we're tightening up branch protection. The previous path filters meant that requiring
buildwould block any PR not touchingdoc-server/**on a check that never reports.Test plan
buildcheck still reportsbuildcheck appears in Settings → Branches → main → required status checks search🤖 Generated with Claude Code