This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new 149500a79b Disable updates for google-java-format 149500a79b is described below commit 149500a79b0329b778f6b4d0979bd0fa67033869 Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Sun Dec 15 17:22:44 2024 +0000 Disable updates for google-java-format --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 7aff1d6c28..d7bc4a26a0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -29,6 +29,11 @@ updates: - dependency-name: "org.apache.maven.plugins:maven-plugin-plugin" versions: - "3.6.2" + # Recent versions of google-java-format access internal Java APIs and adding the required JVM + # flags isn't an option because the code needs to run in Ant. + - dependency-name: "com.google.googlejavaformat:google-java-format" + versions: + - ">= 1.8" open-pull-requests-limit: 15 - package-ecosystem: "github-actions" directory: "/"