Enable Dependabot for automatically updating dependencies#5
Merged
JacquesPotgieter merged 7 commits intoaws:mainfrom Sep 26, 2025
Merged
Enable Dependabot for automatically updating dependencies#5JacquesPotgieter merged 7 commits intoaws:mainfrom
JacquesPotgieter merged 7 commits intoaws:mainfrom
Conversation
…pdates group with 3 updates Bumps the github-actions-version-updates group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) and [actions/setup-python](https://github.com/actions/setup-python). Updates `actions/checkout` from 4.2.2 to 5.0.0 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@11bd719...08c6903) Updates `astral-sh/setup-uv` from 6.3.1 to 6.7.0 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@bd01e18...b75a909) Updates `actions/setup-python` from 5.6.0 to 6.0.0 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@a26af69...e797f83) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-version-updates - dependency-name: astral-sh/setup-uv dependency-version: 6.7.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions-version-updates - dependency-name: actions/setup-python dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps the docker-version-updates group with 1 update in the / directory: sam/build-python3.10. Updates `sam/build-python3.10` from `e78695d` to `05d8a73` --- updated-dependencies: - dependency-name: sam/build-python3.10 dependency-version: 05d8a73b9daf15e437f30f474bbf67f8fa53be662a09a6d62515fd8132cfb13a dependency-type: direct:production dependency-group: docker-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps the uv-version-updates group with 1 update in the / directory: [boto3](https://github.com/boto/boto3). Updates `boto3` from 1.35.49 to 1.40.39 - [Release notes](https://github.com/boto/boto3/releases) - [Commits](boto/boto3@1.35.49...1.40.39) --- updated-dependencies: - dependency-name: boto3 dependency-version: 1.40.39 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: uv-version-updates ... Signed-off-by: dependabot[bot] <support@github.com>
…version-updates-1d0c110239 chore(deps): update docker images: bump sam/build-python3.10 from `e78695d` to `05d8a73` in the docker-version-updates group across 1 directory
…/github-actions-version-updates-72ca3a6952 chore(deps): update github-actions: bump the github-actions-version-updates group with 3 updates
…updates-def8815143 chore(deps): update uv: bump boto3 from 1.35.49 to 1.40.39 in the uv-version-updates group across 1 directory
vtols
reviewed
Sep 26, 2025
vtols
approved these changes
Sep 26, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Add a config file for Dependabot to use. Once merged, I can enable the feature in the Settings page
Testing
Nothing specific. Once pushed, it starts creating Pull-Requests to update dependencies. On my personal fork, I have already received a few updates, that are included in this PR
By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.