Skip to content

Commit cf3c7ea

Browse files
authored
Run dependabot monthly instead of weekly (#709)
The CI is expensive and there is ~no benefit to end users from a faster update cadence
1 parent 50a2c25 commit cf3c7ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/dependabot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,15 @@ updates:
33
- package-ecosystem: "pip"
44
directory: "/"
55
schedule:
6-
interval: "weekly"
6+
interval: "monthly"
77
groups:
88
python:
99
patterns:
1010
- "*"
1111
- package-ecosystem: "cargo"
1212
directory: "/"
1313
schedule:
14-
interval: "weekly"
14+
interval: "monthly"
1515
groups:
1616
rust:
1717
patterns:

0 commit comments

Comments
 (0)