summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNejc Habjan <hab.nejc@gmail.com>2021-12-20 23:27:50 +0100
committerJohn Villalovos <john@sodarock.com>2021-12-20 15:47:36 -0800
commit1ac432900d0f87bb83c77aa62757f8f819296e3e (patch)
treed419e3986368a7b7383e920e68b4edb710b5eadc
parentccefe80f150eb50176e52b8c9f5b4d0bdb4f5b43 (diff)
downloadgitlab-1ac432900d0f87bb83c77aa62757f8f819296e3e.tar.gz
chore(ci): enable renovate for pre-commit
-rw-r--r--.renovaterc.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/.renovaterc.json b/.renovaterc.json
index 19a54fb..12c738a 100644
--- a/.renovaterc.json
+++ b/.renovaterc.json
@@ -1,6 +1,7 @@
{
"extends": [
- "config:base"
+ "config:base",
+ ":enablePreCommit"
],
"pip_requirements": {
"fileMatch": ["^requirements(-[\\w]*)?\\.txt$"]