diff options
author | Nejc Habjan <hab.nejc@gmail.com> | 2021-12-20 23:27:50 +0100 |
---|---|---|
committer | John Villalovos <john@sodarock.com> | 2021-12-20 15:47:36 -0800 |
commit | 1ac432900d0f87bb83c77aa62757f8f819296e3e (patch) | |
tree | d419e3986368a7b7383e920e68b4edb710b5eadc | |
parent | ccefe80f150eb50176e52b8c9f5b4d0bdb4f5b43 (diff) | |
download | gitlab-1ac432900d0f87bb83c77aa62757f8f819296e3e.tar.gz |
chore(ci): enable renovate for pre-commit
-rw-r--r-- | .renovaterc.json | 3 |
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$"] |