Skip to content

Commit f5e41f1

Browse files
committed
Add dependabot config for pip
1 parent 25607b9 commit f5e41f1

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

.github/dependabot.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,17 @@ updates:
2424
- "pip"
2525
- "dependencies"
2626

27+
# Maintain dependencies for pip
28+
- package-ecosystem: "pip"
29+
directory: "/"
30+
schedule:
31+
interval: "weekly"
32+
day: "sunday"
33+
time: "10:00"
34+
labels:
35+
- "pip"
36+
- "dependencies"
37+
2738
# Maintain dependencies for Terraform
2839
- package-ecosystem: "terraform"
2940
directory: "/code/infra"

0 commit comments

Comments
 (0)