From bd7580d779332e0be45513c78ed4fdf55fb680a3 Mon Sep 17 00:00:00 2001 From: Dolph Flynn <96876199+DolphFlynn@users.noreply.github.com> Date: Wed, 8 Jul 2026 18:01:06 +0100 Subject: [PATCH] Fix dependabot configuration. --- .github/dependabot.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f08bd41..6bd4dc5 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,8 +4,8 @@ updates: directory: "/" schedule: interval: "monthly" - ignore: - - dependency-name: "net.portswigger.burp.extensions:montoya-api" + ignore: + - dependency-name: "net.portswigger.burp.extensions:montoya-api" - package-ecosystem: "github-actions" directory: "/"