Skip to content

Commit 83cba6f

Browse files
authored
Reduce Dependabot frequency for Python dependencies (#537)
From weekly to monthly, to reduce toil and match the frequency used for other dependencies - now that uv is more mature and we no longer need to keep as rapidly up to date. We can still trigger manual Dependabot runs as needed (and GitHub will continue to open out-of-schedule PRs for any security updates if needed). GUS-W-21870812. Signed-off-by: Ed Morley <[email protected]>
1 parent 8b1e3ee commit 83cba6f

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,7 @@ updates:
2929
- package-ecosystem: "pip"
3030
directory: "/"
3131
schedule:
32-
# We set this to a more frequent interval than the above since uv is still under rapid
33-
# iteration, and we'll generally want to be on a recent (if not the latest) version.
34-
interval: "weekly"
32+
interval: "monthly"
3533
labels:
3634
- "dependencies"
3735
- "python"

0 commit comments

Comments
 (0)