Skip to content

Commit a26c684

Browse files
committed
chore: added ignore dep for auto bump
1 parent 35d0f8b commit a26c684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/update_deps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: NPM dependencies
1414
run: |
1515
cd frontend
16-
npx npm-check-updates -u && npm i
16+
npx npm-check-updates -x /^@typescript-eslint.*$/ -u && npm i
1717
npm run build && rm -rf ./app
1818
- name: Go dependencies
1919
run: |

0 commit comments

Comments
 (0)