From c353406f243a8ceed199c37c4e20c6e198e1164c Mon Sep 17 00:00:00 2001 From: szaimen Date: Thu, 25 Aug 2022 13:00:39 +0200 Subject: [PATCH] do not update elasticsearch to major automatically Signed-off-by: szaimen --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index fa37945a..71bf1f03 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -149,6 +149,9 @@ updates: schedule: interval: "daily" time: "12:00" + ignore: + - dependency-name: "elasticsearch" + update-types: ["version-update:semver-major"] open-pull-requests-limit: 10 labels: - 3. to review