This is an automated email from the ASF dual-hosted git repository.

rzo1 pushed a commit to branch config
in repository https://gitbox.apache.org/repos/asf/opennlp.git

commit 0870bc8fecd15adabbcb876adf060f57071702da
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" ]
 

Reply via email to