From baa1d703d459b6763365b0aef2c8e6e8c6e1b520 Mon Sep 17 00:00:00 2001 From: Koen Kanters Date: Sun, 28 Apr 2024 08:50:56 +0200 Subject: [PATCH] chore: don't autoupdate eslint --- .github/workflows/update_deps.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/update_deps.yml b/.github/workflows/update_deps.yml index e5dc0039..17d693d5 100644 --- a/.github/workflows/update_deps.yml +++ b/.github/workflows/update_deps.yml @@ -23,7 +23,8 @@ jobs: node-version: 20 cache: npm # connect-gzip-static@4.0.0 requires Node 20 >= - - run: npx npm-check-updates -u -x connect-gzip-static + # eslint: https://github.com/typescript-eslint/typescript-eslint/issues/8211 + - run: npx npm-check-updates -u -x connect-gzip-static -x eslint - run: rm -f package-lock.json - run: npm install - uses: peter-evans/create-pull-request@v6