This is an automated email from the ASF dual-hosted git repository. rzo1 pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/opennlp.git
commit 3378dea6787ce43f10dd0595f91030a73fe289f4 Author: Richard Zowalla <[email protected]> AuthorDate: Mon Dec 2 08:13:18 2024 +0100 Ignore minor and patch versions of puppycrawl. In case we get a major update, notify. --- .github/dependabot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 28c1a4dc..bd23bdd6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -24,7 +24,7 @@ updates: open-pull-requests-limit: 10 ignore: - dependency-name: "com.puppycrawl.tools:*" - update-types: [ "version-update:semver-major" ] + update-types: [ "version-update:semver-minor", "version-update:semver-patch" ] - dependency-name: "io.github.classgraph:*" update-types: [ "version-update:semver-minor" ]
