chore: improve dependabot configuration#506
Open
scode2277 wants to merge 1 commit into
Open
Conversation
frameworks-volunteer
approved these changes
May 28, 2026
Collaborator
frameworks-volunteer
left a comment
There was a problem hiding this comment.
Model: z-ai/glm-5.1 Reasoning: medium Provider: openrouter
Security: Clear. No secrets, no injection vectors, no unsafe patterns. This is a YAML config file only.
QA: All changes verified against PR description and Dependabot docs:
directory: "/.github/workflows"->"/": Correct. GitHub docs confirm/is the right value for github-actions ecosystem.cooldown: default-days: 7on both blocks: Valid option, avoids PRs for freshly published versions.- Groups added to github-actions block: Was missing, now consistent with npm block.
- Group rename
npm_and_yarn->pnpm-deps: Accurate -- repo uses pnpm. - Removed
github-actionslabel: Commit prefixchore(gha)already identifies these PRs.
CI: All checks pass (dependabot validation, lint, sidebar-reminder, Cloudflare).
One minor note: file ends without a trailing newline (cosmetic only, not blocking).
Approving -- all changes are correct and well-justified.
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.
This PR improves the dependabot setup with these changes:
github-actionsblock directory from/.github/workflowsto/(correct value per GitHub docs)cooldown: default-days: 7to both blocks to avoid auto-PRs on freshly published versionsgithub-actionsblock (was missing)npm_and_yarntopnpm-depsto reflect the actual package manager in usegithub-actionslabel from labels blockFrameworks PR Checklist
Thank you for contributing to the Security Frameworks! Before you open a PR, make sure to read information for contributors and take a look at the following checklist:
vocs.config.tsadding thedev: trueparameter