summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNejc Habjan <nejc.habjan@siemens.com>2023-02-06 10:20:36 +0100
committerJohn Villalovos <john@sodarock.com>2023-02-06 07:51:37 -0800
commit5b8744e9c2241e0fdcdef03184afcb48effea90f (patch)
tree836b9e8770d4724c41f7b61499f8391464eed883
parentd8fd1a83b588f4e5e61ca46a28f4935220c5b8c4 (diff)
downloadgitlab-5b8744e9c2241e0fdcdef03184afcb48effea90f.tar.gz
chore(renovate): do not ignore tests dir
-rw-r--r--.renovaterc.json6
1 files changed, 5 insertions, 1 deletions
diff --git a/.renovaterc.json b/.renovaterc.json
index 45357b3..8e5e416 100644
--- a/.renovaterc.json
+++ b/.renovaterc.json
@@ -5,10 +5,14 @@
"group:allNonMajor",
"schedule:weekly"
],
+ "ignorePaths": [
+ "**/.venv/**",
+ "**/node_modules/**"
+ ],
"regexManagers": [
{
"fileMatch": [
- "^tests\\/functional\\/fixtures\\/.env$"
+ "(^|/)tests\\/functional\\/fixtures\\/\\.env$"
],
"matchStrings": [
"GITLAB_TAG=(?<currentValue>.*?)\n"