Skip to content

Commit 92e2d8a

Browse files
Reet00J12934
authored andcommitted
Exclude the demo-targets since they are intentionally to remain vulnerable
We want the juice-shop to be updated therefore the docker-compose manager will be included Signed-off-by: Samreet Singh <samreet.singh@iteratec.com>
1 parent f90a410 commit 92e2d8a

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

renovate.json

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,19 @@
55
"group:recommended",
66
":disableDependencyDashboard"
77
],
8-
"enabledManagers": ["dockerfile"]
8+
"enabledManagers": ["dockerfile", "docker-compose"],
9+
10+
"ignorePaths": [
11+
"demo-targets/bodgeit/**",
12+
"demo-targets/dummy-ssh/**",
13+
"demo-targets/http-webhook/**",
14+
"demo-targets/old-typo3/**",
15+
"demo-targets/old-joomla/**",
16+
"demo-targets/old-wordpress/**",
17+
"demo-targets/swagger-petstore/**",
18+
"demo-targets/unsafe-https/**",
19+
"demo-targets/vulnerable-log4j/**"
20+
]
921
}
22+
23+

0 commit comments

Comments
 (0)