Skip to content

Enable Dependabot updates for GitHub Actions and pre-commit hooks#379

Merged
jonathan343 merged 1 commit into
developfrom
update-pre-commit
Apr 23, 2026
Merged

Enable Dependabot updates for GitHub Actions and pre-commit hooks#379
jonathan343 merged 1 commit into
developfrom
update-pre-commit

Conversation

@jonathan343
Copy link
Copy Markdown
Contributor

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-commit hooks were not being tracked automatically.

GitHub now supports Dependabot updates for pre-commit hooks, which means we can manage both workflow action versions and pre-commit hook revisions through Dependabot PRs instead of handling them manually.

Changes

  • Add a new .github/dependabot.yml configuration
  • Enable Dependabot updates for github-actions
  • Enable Dependabot updates for pre-commit
  • Update .pre-commit-config.yaml to the latest hook revisions
  • Keep hooks pinned using frozen SHAs for reproducibility

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@jonathan343 jonathan343 merged commit b89aafc into develop Apr 23, 2026
91 checks passed
@jonathan343 jonathan343 deleted the update-pre-commit branch April 23, 2026 22:26
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants