Skip to content

Commit 0a47d24

Browse files
authored
chore: ignore Diffractor in dependabot (#933)
1 parent 11796c5 commit 0a47d24

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/dependabot.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,7 @@ updates:
2020
# Group all Julia package updates into a single PR:
2121
all-julia-packages:
2222
patterns:
23-
- "*"
23+
- "*"
24+
ignore:
25+
- dependency-name: "Diffractor"
26+
versions: ["<= 0.2.10"]

0 commit comments

Comments
 (0)