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

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


The following commit(s) were added to refs/heads/main by this push:
     new 3feb4209 Adjust Dependabot to only consider major version updates for 
some dependencies (#687)
3feb4209 is described below

commit 3feb420973651bc76a7a364d07ccb2eed558fc70
Author: Martin Wiesner <[email protected]>
AuthorDate: Sun Nov 17 12:26:41 2024 +0100

    Adjust Dependabot to only consider major version updates for some 
dependencies (#687)
---
 .github/dependabot.yml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index 19a3d757..28c1a4dc 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -22,6 +22,11 @@ updates:
       interval: weekly
       time: '04:00'
     open-pull-requests-limit: 10
+    ignore:
+      - dependency-name: "com.puppycrawl.tools:*"
+        update-types: [ "version-update:semver-major" ]
+      - dependency-name: "io.github.classgraph:*"
+        update-types: [ "version-update:semver-minor" ]
 
   - package-ecosystem: "github-actions"
     directory: "/"

Reply via email to