diff --git a/README.md b/README.md index 957084e..076a842 100644 --- a/README.md +++ b/README.md @@ -64,10 +64,10 @@ Examples: ## OS Variants -* nginx – *latest stable ModSecurity v3 on Nginx 1.30.3 official stable base image, and latest stable OWASP CRS 4.28.0* +* nginx – *ModSecurity v3.0.16 on Nginx 1.30.3 official stable base image, and latest stable OWASP CRS 4.28.0* * [nginx](https://github.com/coreruleset/modsecurity-crs-docker/blob/master/nginx/Dockerfile) * [nginx-alpine](https://github.com/coreruleset/modsecurity-crs-docker/blob/master/nginx/Dockerfile-alpine) -* Apache httpd – *last stable ModSecurity v2 on Apache 2.4.68 official stable base image, and latest stable OWASP CRS 4.28.0* +* Apache httpd – *ModSecurity v2.9.14 on Apache 2.4.68 official stable base image, and latest stable OWASP CRS 4.28.0* * [apache](https://github.com/coreruleset/modsecurity-crs-docker/blob/master/apache/Dockerfile) * [apache-alpine](https://github.com/coreruleset/modsecurity-crs-docker/blob/master/apache/Dockerfile-alpine) diff --git a/renovate.json b/renovate.json index b772516..be961de 100644 --- a/renovate.json +++ b/renovate.json @@ -121,6 +121,32 @@ "depNameTemplate": "httpd", "datasourceTemplate": "docker" }, + { + "description": "Docs: ModSecurity v3", + "customType": "regex", + "managerFilePatterns": [ + "/^README\\.md$/" + ], + "matchStrings": [ + ".*ModSecurity v(?\\d+\\.\\d+\\.\\d+) on Nginx" + ], + "depNameTemplate": "ModSecurity3", + "packageNameTemplate": "owasp-modsecurity/ModSecurity", + "datasourceTemplate": "github-releases" + }, + { + "description": "Docs: ModSecurity v2", + "customType": "regex", + "managerFilePatterns": [ + "/^README\\.md$/" + ], + "matchStrings": [ + ".*ModSecurity v(?\\d+\\.\\d+\\.\\d+) on Apache" + ], + "depNameTemplate": "ModSecurity2", + "packageNameTemplate": "owasp-modsecurity/ModSecurity", + "datasourceTemplate": "github-releases" + }, { "description": "Docs: CRS", "customType": "regex",