We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d0508ad commit 7ecbb41Copy full SHA for 7ecbb41
1 file changed
.github/dependabot.yml
@@ -5,7 +5,12 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "python" # See documentation for possible values
9
- directory: "/" # Location of package manifests
10
- schedule:
11
- interval: "weekly"
+- package-ecosystem: pip
+ directory: "/"
+ schedule:
+ interval: daily
12
+ time: "07:00"
13
+ groups:
14
+ python-packages:
15
+ patterns:
16
+ - "*"
0 commit comments