mirror of
https://github.com/peter-evans/dockerhub-description.git
synced 2024-11-21 19:49:32 +01:00
ci: ignore node-fetch updates
This commit is contained in:
parent
ec57f928ad
commit
b9a0540444
1 changed files with 1 additions and 1 deletions
2
.github/workflows/update-dep.yml
vendored
2
.github/workflows/update-dep.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
|||
node-version: '12.x'
|
||||
- name: Update dependencies
|
||||
run: |
|
||||
npx -p npm-check-updates ncu -u
|
||||
npx -p npm-check-updates ncu -u -x node-fetch
|
||||
npm install
|
||||
- name: Create Pull Request
|
||||
uses: peter-evans/create-pull-request@v3
|
||||
|
|
Loading…
Reference in a new issue