Skip to content

Commit 93e59ef

Browse files
authored
disable non-security dependabot PRs (#49)
1 parent 770e66c commit 93e59ef

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.github/dependabot.yml

+6-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,12 @@ updates:
33
- package-ecosystem: "pip"
44
directory: "/" # pyproject.toml in root
55
schedule:
6-
interval: "daily"
6+
interval: "weekly"
7+
day: "sunday"
8+
open-pull-requests-limit: 0 # Security updates only
79
- package-ecosystem: "cargo"
810
directory: "/" # Cargo.toml workspace in root
911
schedule:
10-
interval: "daily"
12+
interval: "weekly"
13+
day: "sunday"
14+
open-pull-requests-limit: 0 # Security updates only

0 commit comments

Comments
 (0)