Skip to content

Commit 895f2ef

Browse files
authored
Update dependabot.yml
1 parent 757b39a commit 895f2ef

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/dependabot.yml

+9-4
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@
55

66
version: 2
77
updates:
8-
- package-ecosystem: "python"
9-
directory: "/" # Location of package manifests
10-
schedule:
11-
interval: "weekly"
8+
- package-ecosystem: pip
9+
directory: "/"
10+
schedule:
11+
interval: daily
12+
time: "07:00"
13+
groups:
14+
python-packages:
15+
patterns:
16+
- "*"

0 commit comments

Comments
 (0)