Skip to content

Commit

Permalink
Add more info about dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
big-andy-coates committed Nov 15, 2023
1 parent 576bd66 commit ccb7a78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit ccb7a78

Please sign in to comment.