mirror of
https://github.com/peter-evans/dockerhub-description.git
synced 2024-11-22 03:59:34 +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'
|
node-version: '12.x'
|
||||||
- name: Update dependencies
|
- name: Update dependencies
|
||||||
run: |
|
run: |
|
||||||
npx -p npm-check-updates ncu -u
|
npx -p npm-check-updates ncu -u -x node-fetch
|
||||||
npm install
|
npm install
|
||||||
- name: Create Pull Request
|
- name: Create Pull Request
|
||||||
uses: peter-evans/create-pull-request@v3
|
uses: peter-evans/create-pull-request@v3
|
||||||
|
|
Loading…
Reference in a new issue