Skip to content

Commit

Permalink
ci: add renovate pre-commit
Browse files Browse the repository at this point in the history
Signed-off-by: Boris Glimcher <[email protected]>
  • Loading branch information
glimchb committed Sep 20, 2023
1 parent e96d35f commit 8e65c59
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/renovate.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
"config:base",
":enablePreCommit"
],
"schedule": [
"every weekend"
Expand Down
5 changes: 5 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,8 @@ repos:
- id: end-of-file-fixer
- id: check-yaml
- id: check-added-large-files
repos:
- repo: https://github.com/renovatebot/pre-commit-hooks
rev: 36.93.7
hooks:
- id: renovate-config-validator

0 comments on commit 8e65c59

Please sign in to comment.