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

[chore] add github action to make updating dependencies easier #226

Merged

Conversation

codeboten
Copy link
Contributor

This is the same script that is used in the collector/collector-contrib repos to handle updating the dependencies and tidying the repository.

Signed-off-by: Alex Boten [email protected]

@codeboten codeboten requested review from a team and dmitryax January 19, 2023 16:26
@codecov
Copy link

codecov bot commented Jan 19, 2023

Codecov Report

Base: 58.87% // Head: 58.87% // No change to project coverage 👍

Coverage data is based on head (4ec9840) compared to base (983e238).
Patch has no changes to coverable lines.

❗ Current head 4ec9840 differs from pull request most recent head a383cb7. Consider uploading reports for the commit a383cb7 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #226   +/-   ##
=======================================
  Coverage   58.87%   58.87%           
=======================================
  Files          44       44           
  Lines        1994     1994           
=======================================
  Hits         1174     1174           
  Misses        690      690           
  Partials      130      130           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@Aneurysm9
Copy link
Member

I rewrote this a bit for the go-contrib repo such that it builds a map of modules to update and then updates them once. This offered a significant time reduction in exchange for installing zsh in the workflow. It could probably be rewritten to work with bash but the use of associative arrays made more sense to me in zsh.

@codeboten codeboten force-pushed the codeboten/add-dependabot-automation branch from c2524b2 to 84a00a8 Compare January 23, 2023 22:10
Alex Boten added 2 commits January 23, 2023 14:11
This is the same script that is used in the collector/collector-contrib repos to handle updating the dependencies and tidying the repository.

Signed-off-by: Alex Boten <[email protected]>
@codeboten codeboten force-pushed the codeboten/add-dependabot-automation branch from 4ec9840 to a383cb7 Compare January 23, 2023 22:11
@codeboten codeboten merged commit 98f1714 into open-telemetry:main Jan 23, 2023
@codeboten codeboten deleted the codeboten/add-dependabot-automation branch January 23, 2023 22:18
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.

3 participants