From 07a744e39f271d670d1e185c38cec5a64828da40 Mon Sep 17 00:00:00 2001 From: SilverSupplier <192233040+SilverSupplier@users.noreply.github.com> Date: Thu, 21 May 2026 00:45:28 +0900 Subject: [PATCH] chore: disable Dependabot updates --- .github/dependabot.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 8d6c7f6..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,23 +0,0 @@ -version: 2 -updates: - - package-ecosystem: npm - directory: / - schedule: - interval: weekly - day: monday - time: "09:00" - timezone: Asia/Seoul - labels: - - dependencies - open-pull-requests-limit: 5 - - - package-ecosystem: github-actions - directory: / - schedule: - interval: weekly - day: monday - time: "09:30" - timezone: Asia/Seoul - labels: - - dependencies - open-pull-requests-limit: 5