We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 770e66c commit 93e59efCopy full SHA for 93e59ef
.github/dependabot.yml
@@ -3,8 +3,12 @@ updates:
3
- package-ecosystem: "pip"
4
directory: "/" # pyproject.toml in root
5
schedule:
6
- interval: "daily"
+ interval: "weekly"
7
+ day: "sunday"
8
+ open-pull-requests-limit: 0 # Security updates only
9
- package-ecosystem: "cargo"
10
directory: "/" # Cargo.toml workspace in root
11
12
13
14
0 commit comments