diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5351bb7..aa3d7f1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,7 +62,7 @@ jobs: run: poetry run pytest shell: bash - name: Upload coverage to Codecov - uses: codecov/codecov-action@v4 + uses: codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5 with: token: ${{ secrets.CODECOV_TOKEN }} diff --git a/renovate.json b/renovate.json index 4fcf996..95d1781 100644 --- a/renovate.json +++ b/renovate.json @@ -7,9 +7,7 @@ ], "packageRules": [ { - "matchDepTypes": [ - "dependencies" - ], + "matchDepTypes": ["dependencies"], "rangeStrategy": "bump" } ]