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'], +} 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