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

go-github renovate upgrade issue #4944

Open
nitrocode opened this issue Sep 23, 2024 · 2 comments
Open

go-github renovate upgrade issue #4944

nitrocode opened this issue Sep 23, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@nitrocode
Copy link
Member

nitrocode commented Sep 23, 2024

Community Note

  • Please vote on this issue by adding a 👍 reaction to the original issue to help the community and maintainers prioritize this request. Searching for pre-existing feature requests helps us consolidate datapoints for identical requirements into a single place, thank you!
  • Please do not leave "+1" or other comments that do not add relevant new information or questions, they generate extra noise for issue followers and do not help prioritize the request.
  • If you are interested in working on this issue or have submitted a pull request, please leave a comment.

Overview of the Issue

Whenever go-github releases a new update, renovate fails to pick up a specific file to update server/events/vcs/testdata/fixtures.go which requires manual upgrades

https://github.com/runatlantis/atlantis/blob/main/server/events/vcs/testdata/fixtures.go

See

Additional Context

@nitrocode nitrocode added the bug Something isn't working label Sep 23, 2024
@stasostrovskyi
Copy link
Contributor

Is there anything interesting in renovate log?

@nitrocode
Copy link
Member Author

I didn't see anything in this log that jumped out. https://developer.mend.io/github/runatlantis/atlantis/-/job/2ef9dc3d-cecb-42a8-9ee9-5239134ffb69

I also did not see any issues with our ignorePaths

DEBUG: Found repo ignorePaths
{
  "ignorePaths": [
    "**/node_modules/**",
    "**/bower_components/**",
    "**/vendor/**",
    "**/examples/**",
    "**/__tests__/**",
    "**/test/**",
    "**/tests/**",
    "**/__fixtures__/**"
  ]
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants