From 762a22d951a4965ef8e5051da502239329de26dc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 28 Feb 2025 19:37:13 +0000 Subject: [PATCH 1/3] Add renovate.json --- renovate.json | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 renovate.json diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..5db72dd --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "config:recommended" + ] +} From 01caf7489da1c7dedd546a5782c1c047a07133ba Mon Sep 17 00:00:00 2001 From: Hunter Tunnicliff Date: Fri, 28 Feb 2025 11:57:46 -0800 Subject: [PATCH 2/3] Use best practices --- renovate.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/renovate.json b/renovate.json index 5db72dd..48515b9 100644 --- a/renovate.json +++ b/renovate.json @@ -1,6 +1,6 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ - "config:recommended" + "config:best-practices" ] } From 0102e8f39299270d20d6e70ec95aeb1b27f9c45c Mon Sep 17 00:00:00 2001 From: Hunter Tunnicliff Date: Fri, 28 Feb 2025 11:59:55 -0800 Subject: [PATCH 3/3] Disable fail fast --- .github/workflows/main.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 795413f..ceead8a 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -54,6 +54,7 @@ jobs: name: Test with Node.js ${{ matrix.node }} runs-on: ubuntu-latest strategy: + fail-fast: false matrix: node: [16, 18, 20, 21] env: