ci: fix Dependabot autofix (#2400)

* ci: fix Dependabot autofix

* Rename dependabot.js.yml to dependabot.yml
This commit is contained in:
ylemkimon
2020-08-10 09:27:43 +09:00
committed by GitHub
parent 057b02feac
commit 06f2f0d706

View File

@@ -10,6 +10,8 @@ jobs:
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2
with:
fetch-depth: 2
- name: Use Node.js 12.x - name: Use Node.js 12.x
uses: actions/setup-node@v1 uses: actions/setup-node@v1
with: with: