Spaces:
Running
on
T4
Running
on
T4
Fedir Zadniprovskyi
commited on
Commit
•
c494f1b
1
Parent(s):
0aababd
feat: renovate handle pre-commit
Browse files- renovate.json +4 -3
renovate.json
CHANGED
@@ -1,6 +1,7 @@
|
|
1 |
{
|
2 |
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
3 |
-
"extends": [
|
4 |
-
|
5 |
-
|
|
|
6 |
}
|
|
|
1 |
{
|
2 |
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
3 |
+
"extends": ["config:recommended"],
|
4 |
+
"pre-commit": {
|
5 |
+
"enabled": true
|
6 |
+
}
|
7 |
}
|