From b8a339e542302e30fa4dba3a41ebc49197ec98b5 Mon Sep 17 00:00:00 2001 From: Kenta Moriuchi Date: Mon, 20 Sep 2021 14:41:06 +0900 Subject: [PATCH] Revert "Update dependabot config" Tests don't work properly with github actions update and can't be detected by dependabot/fetch-metadata https://github.com/dependabot/fetch-metadata/issues/76 This reverts commit 4f9051bb626da8810abf1d1e921e880199020656. --- .github/dependabot.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 00b119cd..7a9b72ab 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,6 +1,5 @@ version: 2 updates: - - package-ecosystem: npm directory: "/" schedule: @@ -13,10 +12,3 @@ updates: dependency-name: "caniuse-lite" versioning-strategy: increase open-pull-requests-limit: 10 - - - package-ecosystem: github-actions - directory: "/" - schedule: - interval: daily - time: "08:00" - timezone: "Asia/Tokyo"