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/incubator-stormcrawler.git


The following commit(s) were added to refs/heads/main by this push:
     new ab4ffb39 Prevent Dependabot from suggesting dependency updates for 
Jackson, fixes #1396
ab4ffb39 is described below

commit ab4ffb3974cfeb70095f7b2ab02390b97ec848ec
Author: Julien Nioche <[email protected]>
AuthorDate: Mon Dec 2 06:22:20 2024 +0000

    Prevent Dependabot from suggesting dependency updates for Jackson, fixes 
#1396
    
    Signed-off-by: Julien Nioche <[email protected]>
---
 .github/dependabot.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.github/dependabot.yml b/.github/dependabot.yml
index f9d308ab..d9651f38 100644
--- a/.github/dependabot.yml
+++ b/.github/dependabot.yml
@@ -22,8 +22,10 @@ updates:
       interval: weekly
       time: '04:00'
     open-pull-requests-limit: 15
+    ignore:
+      - dependency-name: "com.fasterxml.jackson*"
 
   - package-ecosystem: "github-actions"
     directory: "/"
     schedule:
-      interval: "daily"
\ No newline at end of file
+      interval: "daily"

Reply via email to