mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2026-08-24 10:04:44 -05:00
- Remove .renovate/ directory and postUpgradeTasks config (not supported in GitHub App) - Add GitHub Action workflow to sync template versions on Renovate PRs - Create enhanced scripts/sync-template-version.sh supporting all template types - Workflow triggers on any library/** changes from renovate/ branches - Automatically commits version updates back to Renovate PRs This resolves the issue where Renovate's GitHub App cannot execute postUpgradeTasks due to security limitations. The new approach uses native GitHub Actions to achieve the same result while maintaining security and ease of use.