Fedir Zadniprovskyi commited on
Commit
c494f1b
1 Parent(s): 0aababd

feat: renovate handle pre-commit

Browse files
Files changed (1) hide show
  1. renovate.json +4 -3
renovate.json CHANGED
@@ -1,6 +1,7 @@
1
  {
2
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
- "extends": [
4
- "config:recommended"
5
- ]
 
6
  }
 
1
  {
2
  "$schema": "https://docs.renovatebot.com/renovate-schema.json",
3
+ "extends": ["config:recommended"],
4
+ "pre-commit": {
5
+ "enabled": true
6
+ }
7
  }