From 4e280811f90546315f0830b7bbd7eb3bc63a7b4e Mon Sep 17 00:00:00 2001 From: Joe Previte Date: Tue, 3 Jan 2023 10:28:58 -0700 Subject: [PATCH] chore: update renovate and deps (#5914) * chore: update renovate.json ignoreDeps ansi-regex, env-paths and limiter all switch to ESM which we can't support at the moment so ignore updates for now. * chore: update actions/cache@v3 * chore: update minor deps * chore: add pretteir to renovate.json --- .github/workflows/build.yaml | 4 ++-- .github/workflows/publish.yaml | 4 ++-- renovate.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index ecb67980c..5bf628294 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -83,7 +83,7 @@ jobs: - name: Install helm if: steps.changed-files.outputs.any_changed == 'true' - uses: azure/setup-helm@v3.4 + uses: azure/setup-helm@v3.5 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -430,7 +430,7 @@ jobs: ./test/node_modules/.bin/playwright install - name: Cache Caddy - uses: actions/cache@v2 + uses: actions/cache@v3 id: caddy-cache with: path: | diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index 3e1ec567d..4cf8c8ee4 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@v3 - name: Download npm package from release artifacts - uses: robinraju/release-downloader@v1.6 + uses: robinraju/release-downloader@v1.7 with: repository: "coder/code-server" tag: ${{ github.event.inputs.version || github.ref_name }} @@ -178,7 +178,7 @@ jobs: echo "VERSION=${TAG#v}" >> $GITHUB_ENV - name: Download release artifacts - uses: robinraju/release-downloader@v1.6 + uses: robinraju/release-downloader@v1.7 with: repository: "coder/code-server" tag: v${{ env.VERSION }} diff --git a/renovate.json b/renovate.json index 4679ebcc9..c9797c13e 100644 --- a/renovate.json +++ b/renovate.json @@ -11,5 +11,5 @@ "vulnerabilityAlerts": { "enabled": "true" }, - "ignoreDeps": ["express"] + "ignoreDeps": ["express", "ansi-regex", "env-paths", "limiter", "node", "prettier"] }