We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb6645d commit 33bbd6bCopy full SHA for 33bbd6b
1 file changed
.github/dependabot.yml
@@ -6,8 +6,10 @@
6
version: 2
7
updates:
8
- package-ecosystem: "pip" # See documentation for possible values
9
- directory: "requirements/" # Location of package manifests
+ directory: "/" # Location of package manifests
10
schedule:
11
- interval: "weekly"
12
- day: "tuesday"
13
- time: "11:00"
+ interval: "daily"
+
+# interval: "weekly"
14
+# day: "tuesday"
15
+# time: "11:00"
0 commit comments