From 7af79a873e9c2b6c37690db94012342fdb90914a Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sun, 8 Jan 2023 00:03:04 +0900 Subject: [PATCH] ci: remove dependabot --- .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 05760dc..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,23 +0,0 @@ -version: 2 -updates: -- package-ecosystem: npm - directory: "/" - schedule: - interval: daily - time: '11:00' - timezone: Japan - labels: - - dependencies - allow: - - dependency-type: "production" - commit-message: - prefix: deps - -- package-ecosystem: "github-actions" - directory: "/" - schedule: - interval: "daily" - labels: - - "cicd" - commit-message: - prefix: ci