From bfad0a4603c3864b81a1c38a336d2feb64d7f9a3 Mon Sep 17 00:00:00 2001 From: Alison Hart Date: Fri, 4 Oct 2024 11:51:04 -0400 Subject: [PATCH] Add ignore to dependabot.yml --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f50de49..b97a048 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -7,3 +7,6 @@ updates: interval: daily labels: - skip-changelog + ignore: + - dependency-name: "codecov/codecov-action" + versions: ["4.6.0"]