From 87613a1726cdf0e046b51fe372596a39ad80f7e3 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Tue, 21 Nov 2023 16:57:54 +0100 Subject: [PATCH] Dependabot should ignore future jackson updates --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index e1a1581..f51ed55 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,6 +5,9 @@ updates: schedule: interval: daily open-pull-requests-limit: 10 + ignore: + - dependency-name: "jackson-databind" + versions: ["2.x"] - package-ecosystem: github-actions directory: / schedule: