From 06f2f0d70654007d7de7781c4b54a307e2c11ccd Mon Sep 17 00:00:00 2001 From: ylemkimon Date: Mon, 10 Aug 2020 09:27:43 +0900 Subject: [PATCH] ci: fix Dependabot autofix (#2400) * ci: fix Dependabot autofix * Rename dependabot.js.yml to dependabot.yml --- .github/workflows/{dependabot.js.yml => dependabot.yml} | 2 ++ 1 file changed, 2 insertions(+) rename .github/workflows/{dependabot.js.yml => dependabot.yml} (97%) diff --git a/.github/workflows/dependabot.js.yml b/.github/workflows/dependabot.yml similarity index 97% rename from .github/workflows/dependabot.js.yml rename to .github/workflows/dependabot.yml index e8f131d9..db4485f0 100644 --- a/.github/workflows/dependabot.js.yml +++ b/.github/workflows/dependabot.yml @@ -10,6 +10,8 @@ jobs: steps: - uses: actions/checkout@v2 + with: + fetch-depth: 2 - name: Use Node.js 12.x uses: actions/setup-node@v1 with: