We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d81fb0a commit bc846f1Copy full SHA for bc846f1
dependant.yml
@@ -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