summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"