Enable pre-commit renovate support (#2570)

This commit is contained in:
Daniel Girtler 2024-07-12 03:57:49 +10:00 committed by GitHub
parent b9ab1e2b16
commit 713f23b7ad
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 1 deletions

View File

@ -2,5 +2,8 @@
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
],
"pre-commit": {
"enabled": true
}
}