From ebbd1ac22fe2c3e72604dbba3e60e379094b1df7 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 7 Apr 2026 04:09:02 +0000 Subject: [PATCH 1/3] Initial plan From 770c7f2ba08088b4a3423d30090cc2b51403fd17 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 7 Apr 2026 04:09:48 +0000 Subject: [PATCH 2/3] chore: ignore /test/consume-types in dependabot npm updates Agent-Logs-Url: https://github.com/docsifyjs/docsify/sessions/f8aa668a-2453-48f3-b9e6-023ba13b07d9 Co-authored-by: sy-records <33931153+sy-records@users.noreply.github.com> --- .github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index af53766b38..a87d0093b6 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,6 +11,11 @@ updates: schedule: interval: monthly ignore: + # Ignore ALL dependency updates for the /test/consume-types directory + - dependency-name: '*' + dependency-type: 'all' + directory: '/test/consume-types' + # For all dependencies, trigger pull requests only for semver-major updates (ignore minor and patch). - dependency-name: '*' update-types: From 33ea7eab6bb7251f81fe62f101616b43601aad09 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 7 Apr 2026 04:12:30 +0000 Subject: [PATCH 3/3] fix: remove invalid dependency-type and directory fields from dependabot ignore rule Agent-Logs-Url: https://github.com/docsifyjs/docsify/sessions/8cc8e25b-832a-4660-9a1b-66f926aae886 Co-authored-by: sy-records <33931153+sy-records@users.noreply.github.com> --- .github/dependabot.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index a87d0093b6..af53766b38 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -11,11 +11,6 @@ updates: schedule: interval: monthly ignore: - # Ignore ALL dependency updates for the /test/consume-types directory - - dependency-name: '*' - dependency-type: 'all' - directory: '/test/consume-types' - # For all dependencies, trigger pull requests only for semver-major updates (ignore minor and patch). - dependency-name: '*' update-types: