diff options
| author | Nejc Habjan <nejc.habjan@siemens.com> | 2023-02-07 01:23:09 +0100 |
|---|---|---|
| committer | John Villalovos <john@sodarock.com> | 2023-02-06 17:54:21 -0800 |
| commit | ae0b21c1c2b74bf012e099ae1ff35ce3f40c6480 (patch) | |
| tree | 9aaea78dcb70c3a05b86a835bb371237be948390 | |
| parent | 9c2465759386b60a478bd8f43e967182ed97d39d (diff) | |
| download | gitlab-ae0b21c1c2b74bf012e099ae1ff35ce3f40c6480.tar.gz | |
chore(renovate): bring back custom requirements pattern
| -rw-r--r-- | .renovaterc.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.renovaterc.json b/.renovaterc.json index 8e5e416..850170f 100644 --- a/.renovaterc.json +++ b/.renovaterc.json @@ -9,6 +9,9 @@ "**/.venv/**", "**/node_modules/**" ], + "pip_requirements": { + "fileMatch": ["^requirements(-[\\w]*)?\\.txt$"] + }, "regexManagers": [ { "fileMatch": [ |
