From c5ebdb108cd19afa9a0fccaa40a28b1aa0285005 Mon Sep 17 00:00:00 2001 From: Guillaume Dalle <22795598+gdalle@users.noreply.github.com> Date: Fri, 21 Nov 2025 09:51:05 +0100 Subject: [PATCH] chore: ignore Diffractor in dependabot --- .github/dependabot.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b8af638c4..60de700f9 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -20,4 +20,7 @@ updates: # Group all Julia package updates into a single PR: all-julia-packages: patterns: - - "*" \ No newline at end of file + - "*" + ignore: + - dependency-name: "Diffractor" + versions: ["<= 0.2.10"] \ No newline at end of file