From 5d668c2e726cb654d70fd962bcba1edebd15baf2 Mon Sep 17 00:00:00 2001 From: Jessica Scheick Date: Mon, 4 Nov 2024 16:04:11 -0500 Subject: [PATCH] add dependabot ignore for non-semantic v1 of repository-traffic-action (#624) --- .github/dependabot.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0b84a2431..2812bc91a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,3 +11,6 @@ updates: - "*" # Group all Actions updates into a single larger pull request schedule: interval: monthly + ignore: + - dependency-name: "sangonzal/repository-traffic-action" + versions: "v1"