Skip to content

ci(security): re-enable Dependabot for security updates#359

Open
kevinnft wants to merge 1 commit into
Quantarq:mainfrom
kevinnft:fix/dependabot-security-only
Open

ci(security): re-enable Dependabot for security updates#359
kevinnft wants to merge 1 commit into
Quantarq:mainfrom
kevinnft:fix/dependabot-security-only

Conversation

@kevinnft

Copy link
Copy Markdown

Summary

Closes #204.

Dependabot was fully disabled (enabled: false), so GHSA advisories never opened PRs. This re-enables updates and groups pip/npm under security-updates so the queue stays focused on advisories rather than routine version bumps.

Changes

  • .github/dependabot.yml: remove kill-switch; group pip/npm security updates; keep docker/actions monthly

Test plan

  • YAML structure validated by inspection
  • After merge, Dependabot should create security PRs when advisories exist

Remove the top-level enabled:false kill-switch and group pip/npm
updates under security-updates so GHSA advisories surface without
flooding the PR queue with routine version bumps.

Closes Quantarq#204

Signed-off-by: NossXBT <kevinnft@users.noreply.github.com>
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.

Re-enable Dependabot security-only

1 participant