From 3bd6525c4d31c96bfa67c8ba2420020e05c60be4 Mon Sep 17 00:00:00 2001 From: Adam Skoufis Date: Mon, 11 Nov 2024 16:36:42 +1100 Subject: [PATCH 1/2] Add renovate config --- .github/renovate.json5 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .github/renovate.json5 diff --git a/.github/renovate.json5 b/.github/renovate.json5 new file mode 100644 index 0000000..105cffa --- /dev/null +++ b/.github/renovate.json5 @@ -0,0 +1,3 @@ +{ + extends: ['github>seek-oss/rynovate'], +} From b8c877f5a895054c140fff1518d0d2611a1aa6f1 Mon Sep 17 00:00:00 2001 From: Adam Skoufis Date: Mon, 11 Nov 2024 16:36:47 +1100 Subject: [PATCH 2/2] Fix `release` workflow --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c1f6016..b9cce2d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: CI: true steps: - name: Check out repo - uses: actions/checkout@4 + uses: actions/checkout@v4 with: # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits fetch-depth: 0