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

ci(renovate): update indirect deps only for hugo #254

Merged
merged 1 commit into from
Dec 17, 2024

Conversation

michaeladler
Copy link
Member

Description

Updating indirect dependencies in the main go.mod does not make sense as they are not being used and are reverted by running go mod tidy.

Issues Addressed

List and link all the issues addressed by this PR.

Change Type

Please select the relevant options:

  • Bug fix (non-breaking change that resolves an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

Checklist

  • I have read the CONTRIBUTING document.
  • My changes adhere to the established code style, patterns, and best practices.
  • I have added tests that demonstrate the effectiveness of my changes.
  • I have updated the documentation accordingly (if applicable).
  • I have added an entry in the CHANGELOG to document my changes (if applicable).

Updating indirect dependencies in the main go.mod does not make sense as
they are not being used and are reverted by running go mod tidy.

Signed-off-by: Michael Adler <michael.adler@siemens.com>
@michaeladler michaeladler requested a review from stormc as a code owner December 12, 2024 09:57
Copy link

codecov bot commented Dec 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.68%. Comparing base (e982f48) to head (cb4824e).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #254   +/-   ##
=======================================
  Coverage   82.68%   82.68%           
=======================================
  Files         108      108           
  Lines        4649     4649           
=======================================
  Hits         3844     3844           
  Misses        587      587           
  Partials      218      218           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@michaeladler michaeladler merged commit 31c247f into siemens:main Dec 17, 2024
14 checks passed
@michaeladler michaeladler deleted the ci/renovate branch December 17, 2024 08:12
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