diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 40b6b62..a018c99 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,10 +29,15 @@ jobs: [ {"folder": ".", "bzlmodEnabled": false} ] + pre-commit: + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v4 + - uses: pre-commit/action@v3.0.1 # For branch protection settings, this job provides a "stable" name that can be used to gate PR merges # on "all matrix jobs were successful". conclusion: - needs: test + needs: [test, pre-commit] runs-on: ubuntu-latest if: always() steps: diff --git a/renovate.json b/renovate.json index 902d0ac..e2bab3e 100644 --- a/renovate.json +++ b/renovate.json @@ -2,6 +2,7 @@ "$schema": "https://docs.renovatebot.com/renovate-schema.json", "extends": [ ":dependencyDashboard", + ":enablePreCommit", ":semanticPrefixFixDepsChoreOthers", "group:monorepos", "group:recommended",