Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add dependabot to update GitHub Actions and Python dependencies #2259

Merged
merged 3 commits into from
Dec 27, 2023

Commits on Dec 21, 2023

  1. Add dependabot to monitor GHA and Python

    Signed-off-by: Pedro Kaj Kjellerup Nacht <[email protected]>
    pnacht committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    8ad9a31 View commit details
    Browse the repository at this point in the history
  2. Bump GitHub Actions to latest versions

    Bumps the github-actions group with 5 updates:
    
    | Package | From | To |
    | --- | --- | --- |
    | [actions/checkout](https://github.com/actions/checkout) | `3` | `4` |
    | [actions/setup-python](https://github.com/actions/setup-python) | `4` | `5` |
    | [actions/cache](https://github.com/actions/cache) | `2` | `3` |
    | [DoozyX/clang-format-lint-action](https://github.com/doozyx/clang-format-lint-action) | `0.14` | `0.17` |
    | [devcontainers/ci](https://github.com/devcontainers/ci) | `0.2` | `0.3` |
    
    
    Updates `actions/checkout` from 3 to 4
    - [Release notes](https://github.com/actions/checkout/releases)
    - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
    - [Commits](actions/checkout@v3...v4)
    
    Updates `actions/setup-python` from 4 to 5
    - [Release notes](https://github.com/actions/setup-python/releases)
    - [Commits](actions/setup-python@v4...v5)
    
    Updates `actions/cache` from 2 to 3
    - [Release notes](https://github.com/actions/cache/releases)
    - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
    - [Commits](actions/cache@v2...v3)
    
    Updates `DoozyX/clang-format-lint-action` from 0.14 to 0.17
    - [Release notes](https://github.com/doozyx/clang-format-lint-action/releases)
    - [Commits](DoozyX/clang-format-lint-action@v0.14...v0.17)
    
    Updates `devcontainers/ci` from 0.2 to 0.3
    - [Release notes](https://github.com/devcontainers/ci/releases)
    - [Commits](devcontainers/ci@v0.2...v0.3)
    
    ---
    updated-dependencies:
    - dependency-name: actions/checkout
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: actions/setup-python
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: actions/cache
      dependency-type: direct:production
      update-type: version-update:semver-major
      dependency-group: github-actions
    - dependency-name: DoozyX/clang-format-lint-action
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    - dependency-name: devcontainers/ci
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    cbce6c5 View commit details
    Browse the repository at this point in the history
  3. Bump Python dependencies to latest versions

    Bumps the python group with 4 updates: [tf-nightly-cpu](https://github.com/tensorflow/tensorflow), torch, torchvision and [tf-nightly[and-cuda]](https://github.com/tensorflow/tensorflow).
    
    
    Updates `tf-nightly-cpu` from 2.16.0.dev20231109 to 2.16.0.dev20231221
    - [Release notes](https://github.com/tensorflow/tensorflow/releases)
    - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
    - [Commits](https://github.com/tensorflow/tensorflow/commits)
    
    Updates `torch` from 2.1.0 to 2.1.2+cu118
    
    Updates `torchvision` from 0.16.0 to 0.16.2+cu118
    
    Updates `tf-nightly[and-cuda]` from 2.16.0.dev20231109 to 2.16.0.dev20231221
    - [Release notes](https://github.com/tensorflow/tensorflow/releases)
    - [Changelog](https://github.com/tensorflow/tensorflow/blob/master/RELEASE.md)
    - [Commits](https://github.com/tensorflow/tensorflow/commits)
    
    ---
    updated-dependencies:
    - dependency-name: tf-nightly-cpu
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python
    - dependency-name: torch
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python
    - dependency-name: torchvision
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python
    - dependency-name: tf-nightly[and-cuda]
      dependency-type: direct:production
      update-type: version-update:semver-patch
      dependency-group: python
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    18a451f View commit details
    Browse the repository at this point in the history