From 6d05647443ac4fdb158d793ebe40cb48b089117a Mon Sep 17 00:00:00 2001 From: d-oit <6849456+d-oit@users.noreply.github.com> Date: Tue, 18 Aug 2026 22:26:55 +0200 Subject: [PATCH] chore(dependabot): ignore gitleaks-action v3 major bump MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit v3+ requires a paid GITLEAKS_LICENSE secret; the repo pins v2.3.9 (see plans/115-gitleaks-license-pre-existing-2026-08-11.md). 🤖 Generated with Codebuff Co-Authored-By: Codebuff --- .github/dependabot.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ea8b50ee..845b88be 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -9,3 +9,7 @@ updates: directory: "/" schedule: interval: "weekly" + ignore: + # v3+ requires a paid GITLEAKS_LICENSE secret (see plans/115-gitleaks-license-pre-existing-2026-08-11.md). + - dependency-name: "gitleaks/gitleaks-action" + versions: ["3.x"]