Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,7 @@ updates:
- package-ecosystem: "pip"
directory: "/"
schedule:
# We set this to a more frequent interval than the above since uv is still under rapid
# iteration, and we'll generally want to be on a recent (if not the latest) version.
interval: "weekly"
interval: "monthly"
ignore:
# We're not updating to setuptools v71+ due to its new approach to vendored dependencies:
# https://github.com/heroku/heroku-buildpack-python/pull/1630#issuecomment-2324236653
Expand Down
Loading