This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch camel-quarkus-main in repository https://gitbox.apache.org/repos/asf/camel-quarkus-examples.git
commit 27272bf4045d938b0f20a3523371ce58ef196b08 Author: James Netherton <[email protected]> AuthorDate: Thu Sep 12 13:33:12 2024 +0100 Add WireMock to Dependabot configuration --- .github/dependabot.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d8d4fe1..f2ca97a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -40,6 +40,7 @@ updates: - dependency-name: "org.zeroturnaround:zt-exec" # Test dependencies - dependency-name: "org.assertj:assertj-core" + - dependency-name: "org.wiremock:wiremock-standalone" # Maven plugins - dependency-name: "*:*-maven-plugin" - dependency-name: "org.apache.maven.plugins:*"
