From 692337732c29409d22e727259cb9f3055d795087 Mon Sep 17 00:00:00 2001 From: kruskall <99559985+kruskall@users.noreply.github.com> Date: Tue, 6 Feb 2024 13:46:13 +0100 Subject: [PATCH] ci: ignore beats from dependabots update (#12559) --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index eb388cb303f..6dd56967c07 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,6 +3,8 @@ updates: # go dependencies - package-ecosystem: "gomod" directory: "/" + ignore: + - dependency-name: "github.com/elastic/beats/v7" schedule: interval: "daily" groups: