Skip to content

Commit ba4e9ea

Browse files
committed
🤖 have dependabot ignore scipy
1 parent 499f111 commit ba4e9ea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎.github/dependabot.yml‎

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ updates:
55
schedule:
66
interval: daily
77
allow:
8-
- dependency-type: "all"
8+
- dependency-type: all
99
labels:
1010
- "tool: github actions"
1111
commit-message:
@@ -20,7 +20,9 @@ updates:
2020
schedule:
2121
interval: daily
2222
allow:
23-
- dependency-type: "all"
23+
- dependency-type: all
24+
ignore:
25+
- dependency-name: scipy
2426
labels:
2527
- "topic: dependencies"
2628
commit-message:

0 commit comments

Comments
 (0)