Skip to content

Commit b47433a

Browse files
committed
Enable dependabot for pip
1 parent 9fd0dd6 commit b47433a

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

.github/dependabot.yml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,10 @@ updates:
55
directory: /
66
schedule:
77
interval: weekly
8-
# # Maintain dependencies for Python
9-
# - package-ecosystem: pip
10-
# directory: /
11-
# schedule:
12-
# interval: weekly
8+
# Maintain dependencies for Python
9+
- package-ecosystem: pip
10+
directory: /
11+
schedule:
12+
interval: weekly
13+
day: saturday
14+
time: "12:00"

0 commit comments

Comments
 (0)