ci(supply-chain): add Dependabot config#1176
Merged
Merged
Conversation
Co-authored-by: Copilot <175574315+pedrofuentes@users.noreply.github.com>
… CodeQL workflow GitHub code-scanning default setup is enabled for this private repo and is mutually exclusive with an advanced CodeQL workflow, so the advanced .github/workflows/codeql.yml is removed. Dependabot config is unchanged. Co-authored-by: Copilot <175574315+pedrofuentes@users.noreply.github.com>
Owner
Author
|
Status: APPROVED Sentinel Review ReportRef: ci/supply-chain → main Phase 0 — Binding
Phase 1 — TDD / Test Evidence
Phase 1.5 — Fast-path Evaluation🔴 count: 0 | LOC: 32 (≤150: Y) | Security paths: N | New deps: N | Commit types qualify: N ( Phase 2 — Execution Log
Selective dispatch rationale: Phase 2 dimension highlights
Findings
Details (ordered by severity)None. Follow-ups & Actions
Decision rationale
|
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.
P6 — Supply-chain hardening (CI/config-only)
Adds Dependabot configuration. No source, test, package.json, or existing-workflow changes.
Files added
.github/dependabot.yml(version 2)npmecosystem covering the pnpm monorepo viadirectories: ["/", "/packages/cli", "/packages/core", "/packages/web"], weekly, minor+patch grouped into one PR,commit-message.prefix: chore(deps),open-pull-requests-limit: 10.github-actionsecosystem at/, weekly, grouped,commit-message.prefix: ci(deps).Code Scanning
CodeQL is now handled by GitHub's built-in code-scanning default setup, enabled at the repo level. The previously-included advanced
.github/workflows/codeql.ymlhas been removed because GitHub does not allow an advanced CodeQL workflow and the default setup to coexist — the two are mutually exclusive.Verification
safe_load).pnpm typecheckandpnpm lintpass unchanged.ci(...)commit (TDD-exempt).