Skip to content

Conversation

@pmady
Copy link

@pmady pmady commented Dec 26, 2025

Summary

This PR adds Dependabot configuration to enable automated dependency updates, following the OpenSSF Best Practices Badge recommendations.

Changes

Added .github/dependabot.yml that configures automated updates for:

  • GitHub Actions - Weekly checks for workflow action updates
  • Python pip packages - Weekly checks for Python dependency updates

Benefits

  • Automated PRs when new versions of dependencies are available
  • Helps keep the project secure by staying up-to-date with security patches
  • Reduces manual maintenance burden

Reference

Based on the Step Security recommendations in issue #2035 and similar configuration in OpenEXR.

Part of #2035

Add dependabot.yml to enable automated dependency updates for:
- GitHub Actions workflows (weekly)
- Python pip packages (weekly)

This follows OpenSSF Best Practices Badge recommendations and
is part of the Step Security hardening measures.

Part of AcademySoftwareFoundation#2035

Signed-off-by: pmady <[email protected]>
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.

1 participant