This is an automated email from the ASF dual-hosted git repository. jnioche pushed a commit to branch 1396 in repository https://gitbox.apache.org/repos/asf/incubator-stormcrawler.git
commit 0473605d61997d56014466b899e8f3b48ad59431 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"
