We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8fd1a8 commit 5b8744eCopy full SHA for 5b8744e
.renovaterc.json
@@ -5,10 +5,14 @@
5
"group:allNonMajor",
6
"schedule:weekly"
7
],
8
+ "ignorePaths": [
9
+ "**/.venv/**",
10
+ "**/node_modules/**"
11
+ ],
12
"regexManagers": [
13
{
14
"fileMatch": [
- "^tests\\/functional\\/fixtures\\/.env$"
15
+ "(^|/)tests\\/functional\\/fixtures\\/\\.env$"
16
17
"matchStrings": [
18
"GITLAB_TAG=(?<currentValue>.*?)\n"
0 commit comments