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

auto release dependency updates #172

Merged
merged 2 commits into from
Apr 9, 2024
Merged

Conversation

caleblloyd
Copy link
Contributor

@caleblloyd caleblloyd commented Apr 9, 2024

Adds workflows to automatically release upon dependabot updates to base image

  • On Dependabot PR:

    • if Dependabot updates alpine in cicd/, write the last and next patch release to tag-deps-version.txt
  • On merge to main:

    • if next version in cicd/tag_deps_version.txt has not been tagged, then check out last patch release, update the cicd/ directory, and tag it as the next patch release

@caleblloyd caleblloyd requested a review from samuelattwood April 9, 2024 15:48
config='[
{
"directory": "cicd",
"dependencyName": "alpine"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I wonder if the dependency name will actually be library/alpine

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure off the top of my head, it definitely could be

@caleblloyd caleblloyd force-pushed the auto-release-deps-updates branch 4 times, most recently from 9ab7f68 to d95161f Compare April 9, 2024 16:16
Signed-off-by: Caleb Lloyd <[email protected]>
@caleblloyd caleblloyd force-pushed the auto-release-deps-updates branch from d95161f to cf1b7bf Compare April 9, 2024 16:16
@caleblloyd caleblloyd merged commit 9fdc10b into main Apr 9, 2024
4 checks passed
@caleblloyd caleblloyd deleted the auto-release-deps-updates branch April 9, 2024 16:28
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