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: