diff --git a/README.md b/README.md index 1fdaf33..7ea291b 100644 --- a/README.md +++ b/README.md @@ -64,10 +64,10 @@ Examples: ## OS Variants -* nginx – *latest stable ModSecurity v3 on Nginx 1.30.0 official stable base image, and latest stable OWASP CRS 4.26.0* +* nginx – *ModSecurity v3.0.15 on Nginx 1.30.0 official stable base image, and latest stable OWASP CRS 4.26.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.67 official stable base image, and latest stable OWASP CRS 4.26.0* +* Apache httpd – *ModSecurity v2.9.13 on Apache 2.4.67 official stable base image, and latest stable OWASP CRS 4.26.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 8161413..4446449 100644 --- a/renovate.json +++ b/renovate.json @@ -91,6 +91,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",