Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Automate dependency and image updates in GitHub Actions using Renovat… #13

Merged
merged 1 commit into from
Oct 18, 2023

Conversation

seanconroy2021
Copy link
Contributor

@seanconroy2021 seanconroy2021 commented Oct 18, 2023

Add functionality to automate updates in GitHub Actions:
• Pins and bumps all dependencies, aka action/checkout.
• Updates the EC image in action.yaml to use the newest digest snapshot from quay.io.
• Updates 'check.yaml' to use the latest SHA for the golden-image from GHCR.
Golden-image is updated using a regex match, as it's not technically a dependency.

Additional Renovate Bot settings:
• Schedule: Before 10pm (America/New_York)
• Auto-merge enabled
• Custom manager for checks.yaml to update golden-image using Docker datasource.

resloves: EC-205
signed-off-by: Sean Conroy [email protected]

…e Bot

Add functionality to automate updates in GitHub Actions:
	•	Pins and bumps all dependencies, aka `action/checkout`.
	•	Updates the `EC` image in `action.yaml` to use the newest digest snapshot from quay.io.
	•	Updates 'check.yaml' to use the latest SHA for the golden-image from GHCR.
Golden-image is updated using a regex match, as it's not technically a dependency.

Additional Renovate Bot settings:
	•	Schedule: Before 10pm (America/New_York)
	•	Auto-merge enabled
	•	Custom manager for checks.yaml to update golden-image using Docker datasource.

	resloves: EC-205
	signed-off-by: Sean Conroy [email protected]
@seanconroy2021 seanconroy2021 merged commit faff404 into enterprise-contract:main Oct 18, 2023
2 checks passed
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