This directory contains comprehensive documentation for all reusable workflows provided by @bfra-me/.github repository.
-
- Automates repository settings management using configuration files
-
- Analyzes dependencies for security vulnerabilities
-
- Evaluates repository security and maintenance status
-
- Performs security and code quality analysis
-
- Manages dependency updates automatically
-
- Automatically generates changesets for Renovate dependency updates
-
Reference workflows using the following format:
jobs: job-name: uses: bfra-me/.github/.github/workflows/[workflow-name].yaml@[version-tag]
-
Ensure you have the necessary permissions and secrets configured
-
Check individual workflow documentation for specific requirements
- Always specify a version tag when referencing workflows
- Review workflow logs for any configuration issues
- Keep workflow configurations up to date
- Test workflows in a development environment first
For common issues and solutions, refer to the Troubleshooting Guide.
To contribute to these workflows:
- Review the Contributing Guidelines
- Test your changes thoroughly
- Update relevant documentation
- Submit a pull request
- Create an issue for bugs or feature requests
- Check existing issues for known problems
- Review the troubleshooting guide for common solutions
