Skip to content

Commit bc846f1

Browse files
authored
Create dependant.yml
1 parent d81fb0a commit bc846f1

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dependant.yml

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
version: 2
2+
updates:
3+
# Enable version updates for Python
4+
- package-ecosystem: "pip"
5+
directory: "/"
6+
# Check for updates once a week
7+
schedule:
8+
interval: "weekly"
9+
- ignore: numpy

0 commit comments

Comments
 (0)