From 9c576119969d0a8f0c58a35a53568fa0cd8af30e Mon Sep 17 00:00:00 2001 From: Shin'ya Ueoka Date: Wed, 29 Apr 2026 13:02:05 +0900 Subject: [PATCH] chore: remove dependabot configuration Removing dependabot.yml to protect against supply-chain attacks. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/dependabot.yml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 27aba7a..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,17 +0,0 @@ -version: 2 -updates: - - package-ecosystem: 'npm' - directory: '/' - schedule: - interval: 'daily' - commit-message: - prefix: "fix(deps)" - prefix-development: 'chore(deps):' - groups: - actions: - patterns: - - "@actions/*" - typescript: - patterns: - - "typescript" - - "@typescript-*"