Skip to content

Conversation

pnacht
Copy link
Contributor

@pnacht pnacht commented Nov 27, 2023

Fixes #18833.

This PR sets up dependabot to update the GitHub Actions used in workflows and the pinned Python dependencies in the requirements files.

Dependabot is set up to send a single monthly PR updating all the dependencies in each ecosystem at once. As a preview, here are the PRs I received on my fork:

For the Python dependencies, it:

  • updates the patch-version-pinned torch and torchvision in requirements-torch-cuda.txt
  • It also updates tf-nightly and tf-nightly-cpu to the latest nightly build. If you'd rather not have this update automatically (due to potential breakages), let me know and I'll modify the config to skip these dependencies.

If you prefer, let me know and I can incorporate the version bumps to this PR so you don't get dependabot PRs immediately after merging this one.

Signed-off-by: Pedro Kaj Kjellerup Nacht <[email protected]>
@codecov-commenter
Copy link

codecov-commenter commented Nov 27, 2023

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.34%. Comparing base (7a65022) to head (de2b40e).
⚠️ Report is 1529 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master   #18834   +/-   ##
=======================================
  Coverage   79.34%   79.34%           
=======================================
  Files         336      336           
  Lines       34709    34709           
  Branches     6845     6845           
=======================================
  Hits        27539    27539           
  Misses       5588     5588           
  Partials     1582     1582           
Flag Coverage Δ
keras 79.20% <ø> (ø)
keras-jax 61.13% <ø> (ø)
keras-numpy 56.01% <ø> (ø)
keras-tensorflow 63.25% <ø> (ø)
keras-torch 63.93% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@sachinprasadhs sachinprasadhs added the keras-team-review-pending Pending review by a Keras team member. label Nov 27, 2023
@gbaned gbaned requested a review from fchollet November 28, 2023 04:57
Copy link
Collaborator

@fchollet fchollet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the PR. Let's try it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
keras-team-review-pending Pending review by a Keras team member. size:S
Projects
Status: Merged
Development

Successfully merging this pull request may close these issues.

Keep GitHub Actions and Python dependencies up-to-date with Dependabot
5 participants