Skip to content

Commit 5f6e3e0

Browse files
committedApr 3, 2023
Ignore numpy update in dependabot
1 parent 9fe8ec9 commit 5f6e3e0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed
 

‎.github/dependabot.yml

+5
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ updates:
44
directory: "/"
55
schedule:
66
interval: "monthly"
7+
ignore:
8+
- dependency-name: "numpy"
9+
710
- package-ecosystem: "github-actions"
811
directory: "/"
912
schedule:
1013
interval: "monthly"
14+
ignore:
15+
- dependency-name: "numpy"

0 commit comments

Comments
 (0)
Please sign in to comment.