This is an automated email from the ASF dual-hosted git repository. jamesnetherton pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
commit 872459e8f53af4b140a46533644771006e956a80 Author: James Netherton <jamesnether...@gmail.com> AuthorDate: Fri Oct 25 07:44:04 2024 +0100 Temporarily disable Dependabot upgrades of maven-release-plugin --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a5a851d1c6..38414472ab 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -61,3 +61,5 @@ updates: - dependency-name: "org.apache.camel.maven:*" # To be kept manually in alignment with the enforcer API version used in quarkus-enforcer-rules - dependency-name: "org.apache.maven.plugins:maven-enforcer-plugin" + # Avoid upgrading due to https://github.com/apache/camel-quarkus/issues/6698 + - dependency-name: "org.apache.maven.plugins:maven-release-plugin"