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