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 25607b9 commit f5e41f1Copy full SHA for f5e41f1
.github/dependabot.yml
@@ -24,6 +24,17 @@ updates:
24
- "pip"
25
- "dependencies"
26
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
+
38
# Maintain dependencies for Terraform
39
- package-ecosystem: "terraform"
40
directory: "/code/infra"
0 commit comments