diff --git a/.github/renovate.json b/.github/renovate.json index 1e12605..11ced60 100644 --- a/.github/renovate.json +++ b/.github/renovate.json @@ -1,4 +1,4 @@ { "$schema": "https://docs.renovatebot.com/renovate-schema.json", - "extends": ["github>5ouma/utils#v0.9.0", "github>5ouma/utils:labels#v0.9.0"] + "extends": ["github>5ouma/utils#v0.9.3", "github>5ouma/utils:labels#v0.9.3"] } diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index cd0a58b..c2a1ec5 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -16,6 +16,6 @@ jobs: steps: - name: 🚸 Run pre-commit - uses: 5ouma/utils/pre-commit@e3ddd062e52b578a512e70d94994624f5fa914cd # v0.9.0 + uses: 5ouma/utils/pre-commit@d7317adbd74c0d1b71a31b01c3d28a08be25c932 # v0.9.3 with: token: ${{ secrets.GITHUB_TOKEN }}