Enable Dependabot updates for GitHub Actions and pre-commit hooks#379
Merged
Conversation
alexgromero
approved these changes
Apr 23, 2026
aws-sdk-python-automation
added a commit
that referenced
this pull request
Apr 29, 2026
* release-0.17.0: Bumping version to 0.17.0 Deprecate Python 3.9 support (#378) ci: group dependabot updates (#386) Update test_changelog.py Create test_changelog.py Bump actions/setup-python from 4.7.0 to 6.2.0 (#384) Bump github/codeql-action from 2.13.4 to 4.35.2 (#383) Bump actions/checkout from 5.0.0 to 6.0.2 (#380) Bump codecov/codecov-action from 3.1.4 to 6.0.0 (#382) Bump aws-actions/configure-aws-credentials from 6.0.0 to 6.1.0 (#381) chore: enable dependabot for pre-commit and refresh hook pins (#379)
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.
Summary
Add a Dependabot configuration for GitHub Actions and
pre-commit, and refresh the current hook pins in.pre-commit-config.yaml.Why
This repo did not have a Dependabot configuration yet, so updates to GitHub Actions and
pre-commithooks were not being tracked automatically.GitHub now supports Dependabot updates for
pre-commithooks, which means we can manage both workflow action versions and pre-commit hook revisions through Dependabot PRs instead of handling them manually.Changes
.github/dependabot.ymlconfigurationgithub-actionspre-commit.pre-commit-config.yamlto the latest hook revisionsBy submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.