What would you like to be added?
Adopt the renovate-generate workflow from cluster-provider-gardener:
- Add
.github/workflows/renovate-generate.yaml that triggers on renovate/** branches and runs task generate
- Update
renovate.json with gitIgnoredAuthors to prevent infinite loops from bot commits
Reference implementation:
Why is this needed?
- Generated files are automatically updated when dependencies change
- Reduces manual intervention on Renovate PRs
- Keeps all service-providers consistent with cluster-provider-gardener
Acceptance Criteria
What would you like to be added?
Adopt the
renovate-generateworkflow fromcluster-provider-gardener:.github/workflows/renovate-generate.yamlthat triggers onrenovate/**branches and runstask generaterenovate.jsonwithgitIgnoredAuthorsto prevent infinite loops from bot commitsReference implementation:
Why is this needed?
Acceptance Criteria
service-provider-templatehas the renovate-generate workflow and updated renovate.json