Skip to content

Remove Dependabot to prevent supply-chain attacks#66

Merged
ueokande merged 1 commit into
masterfrom
remove-dependabot
May 6, 2026
Merged

Remove Dependabot to prevent supply-chain attacks#66
ueokande merged 1 commit into
masterfrom
remove-dependabot

Conversation

@ueokande
Copy link
Copy Markdown
Member

@ueokande ueokande commented May 6, 2026

Summary

Removes .github/dependabot.yml to disable automated dependency updates via Dependabot.

Motivation

Automated dependency update bots can be exploited as a supply-chain attack vector. A malicious package author could publish a compromised version that Dependabot automatically opens a PR for — and if merged (manually or automatically), introduces the attack into the codebase.

Changes

  • Deleted .github/dependabot.yml

Automated dependency updates via Dependabot can be exploited as a
supply-chain attack vector. Removing the config disables automatic
PRs that could introduce malicious package versions.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@ueokande ueokande merged commit 0fa3c03 into master May 6, 2026
0 of 6 checks passed
@ueokande ueokande deleted the remove-dependabot branch May 6, 2026 06:24
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.

1 participant