Skip to content

Commit 843f76f

Browse files
authored
Reduce Dependabot frequency for Python dependencies (#2069)
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 <501702+edmorley@users.noreply.github.com>
1 parent 20fd633 commit 843f76f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,7 @@ updates:
3232
- package-ecosystem: "pip"
3333
directory: "/"
3434
schedule:
35-
# We set this to a more frequent interval than the above since uv is still under rapid
36-
# iteration, and we'll generally want to be on a recent (if not the latest) version.
37-
interval: "weekly"
35+
interval: "monthly"
3836
ignore:
3937
# We're not updating to setuptools v71+ due to its new approach to vendored dependencies:
4038
# https://github.com/heroku/heroku-buildpack-python/pull/1630#issuecomment-2324236653

0 commit comments

Comments
 (0)