Skip to content

Commit 5b8744e

Browse files
nejchJohnVillalovos
authored andcommitted
chore(renovate): do not ignore tests dir
1 parent d8fd1a8 commit 5b8744e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.renovaterc.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,14 @@
55
"group:allNonMajor",
66
"schedule:weekly"
77
],
8+
"ignorePaths": [
9+
"**/.venv/**",
10+
"**/node_modules/**"
11+
],
812
"regexManagers": [
913
{
1014
"fileMatch": [
11-
"^tests\\/functional\\/fixtures\\/.env$"
15+
"(^|/)tests\\/functional\\/fixtures\\/\\.env$"
1216
],
1317
"matchStrings": [
1418
"GITLAB_TAG=(?<currentValue>.*?)\n"

0 commit comments

Comments
 (0)