From 6887c873141a1fdb14ac3c3773ab3e6bc47d7851 Mon Sep 17 00:00:00 2001 From: Felipe Zipitria Date: Wed, 29 May 2024 07:19:40 -0300 Subject: [PATCH] chore: add badges and renovate Signed-off-by: Felipe Zipitria --- README.md | 5 ++++- renovate.json | 6 ++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 renovate.json diff --git a/README.md b/README.md index fd6cca2..27b8d35 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # OWASP CRS - phpMyAdmin Rule Exclusions Plugin +[![.github/workflows/integration.yml](https://github.com/coreruleset/phpmyadmin-rule-exclusions-plugin/actions/workflows/integration.yml/badge.svg)](https://github.com/coreruleset/phpmyadmin-rule-exclusions-plugin/actions/workflows/integration.yml) +[![.github/workflows/lint.yml](https://github.com/coreruleset/phpmyadmin-rule-exclusions-plugin/actions/workflows/lint.yml/badge.svg)](https://github.com/coreruleset/phpmyadmin-rule-exclusions-plugin/actions/workflows/lint.yml) + ## Description This plugin contains rule exclusions for [phpMyAdmin](https://www.phpmyadmin.net/), @@ -32,7 +35,7 @@ requests). If you are still having any problems, please file a new issue on ## License -Copyright (c) 2022 OWASP CRS project. All rights reserved. +Copyright (c) 2022-2024 OWASP CRS project. All rights reserved. The OWASP CRS and its official plugins are distributed under Apache Software License (ASL) version 2. Please see the enclosed LICENSE diff --git a/renovate.json b/renovate.json new file mode 100644 index 0000000..6a0d851 --- /dev/null +++ b/renovate.json @@ -0,0 +1,6 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "extends": [ + "local>coreruleset/renovate-config" + ] +}