From ccb7a78b660340d7eed7eb0e349bc3c91ce671ea Mon Sep 17 00:00:00 2001 From: Big Andy <8012398+big-andy-coates@users.noreply.github.com> Date: Wed, 15 Nov 2023 16:14:00 +0000 Subject: [PATCH] Add more info about dependabot --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d45e54..d7d0ef1 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,8 @@ Adding a new validator implementation is relatively straight forward and very we 1. First, take a look at the [micro-site][micro-site], as it gives some explanation of what is being tested. 2. Clone the repo and pull it down locally, creating your own branch to work in. 3. Add necessary dependencies to [build.gradle.kts](build.gradle.kts). -4. Ensure GitHub's Dependabot will update the new dependency version. +4. Optional, If the previous step involved add a new repository to download the new dependency, + then ensure GitHub's Dependabot will update the new dependency version. This will ensure the site updates when new versions are released. See the [Dependabot version updates docs](https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates). 5. Add a new implementation of [Implementation](src/main/java/org/creekservice/kafka/test/perf/implementations/Implementation.java)