Jamie Magee
Jamie Magee
The types also need updating here: https://github.com/renovatebot/renovate/blob/af0199490189bbea10ae9fb4390f49825937b754/lib/modules/manager/composer/types.ts#L4
What's your renovate config for that upgrade? It looks like it's finding it somewhere in [`auto-replace`](https://github.com/renovatebot/renovate/blob/main/lib/workers/repository/update/branch/auto-replace.ts), but you'd need to debug through to see exactly where.
I ran a scan with `trivy` for the currently published image, and it returned no results. So it puts the image in no worse position than it is now: ```...
Why not both. I opened https://github.com/renovatebot/osv-offline/issues/364
True. I had considered `@renovatebot/osv-offline` to be an internal library, but it would still be hard to pass logging settings from one to the other. I'll update the issue to...
https://github.com/renovatebot/osv-offline/issues/364 is complete, and updated in renovate in https://github.com/renovatebot/renovate/pull/22885. @rarkins are you seeing any more useful logs?
I think it supports a `GITHUB_TOKEN` environment variable
There was a relevant blog post published yesterday: https://devblogs.microsoft.com/dotnet/creating-aot-compatible-libraries/
Yes, we currently do that because those dependencies are bundled by the dotnet SDK or runtime itself, instead of being directly defined by your project. For alert generation, that caused...
Maybe https://github.com/NHERI-SimCenter/WE-UQ?