Skip to content

Commit

Permalink
ci(pre-commit): Enable pre-commit CI and renovate
Browse files Browse the repository at this point in the history
  • Loading branch information
hofbi committed Dec 8, 2024
1 parent 7600a81 commit ca974c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,15 @@ jobs:
[
{"folder": ".", "bzlmodEnabled": false}
]
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: pre-commit/[email protected]
# 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:
Expand Down
1 change: 1 addition & 0 deletions renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
":dependencyDashboard",
":enablePreCommit",
":semanticPrefixFixDepsChoreOthers",
"group:monorepos",
"group:recommended",
Expand Down

0 comments on commit ca974c9

Please sign in to comment.