From d73fd6df31e04147dc44afb0542f2955c46f6a97 Mon Sep 17 00:00:00 2001 From: Shohei Ueda <30958501+peaceiris@users.noreply.github.com> Date: Sat, 14 Jan 2023 14:00:05 +0900 Subject: [PATCH] Delete dependabot.yml --- .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 4d84d2a..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,23 +0,0 @@ -version: 2 -updates: -- package-ecosystem: 'github-actions' - directory: "/" - schedule: - interval: daily - time: '10:00' - timezone: Japan - labels: - - 'CI/CD' - commit-message: - prefix: ci - -- package-ecosystem: pip - directory: "/" - schedule: - interval: daily - time: '10:00' - timezone: Japan - labels: - - 'dependencies' - commit-message: - prefix: deps