From c759cc06e54ae9ff5e37acfed5badf116c4ea29a Mon Sep 17 00:00:00 2001 From: David Anson Date: Mon, 3 Aug 2026 17:11:04 -0700 Subject: [PATCH] Update Dependabot to ignore version updates for the project itself (manually updated / used for testing). --- .github/dependabot.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d9bc2e4..c57e8a4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -6,6 +6,8 @@ updates: interval: "daily" cooldown: default-days: 10 + ignore: + - dependency-name: "DavidAnson/markdownlint-cli2-action" - package-ecosystem: "npm" directory: "/" schedule: