Mario Valderrama
Mario Valderrama
This only affects 1 file though. Right now I have a few workarounds for this, but having to force this for every file in the project to fix it for...
Yes, that is one workaround. Still, the actual `gci` invocation has to be adapted to ignore that one file. It would be great if golangci-lint could apply the fixes from...
Hey @LukeShu, it would be nice to see at least the fixes moving forward.
> @avorima the title says "multi-line replace" and description "multi-line require" the example repository does not have multi-line replace Because it doesn't work. Probaby should've kept it broken, sorry. [This...
I don't know if you can see the linked github action runs
I've updated to the newest version I could find and restored the multi-line replace. As you can see by the two created PRs (https://github.com/avorima/renovate-gomod-example/pull/5, https://github.com/avorima/renovate-gomod-example/pull/4) only the `require` versions get...
@nabeelsaabna PTAL
packageFiles with updates output ``` DEBUG: packageFiles with updates (repository=avorima/renovate-gomod-example) "config": { "github-actions": [ { "packageFile": ".github/workflows/renovate.yaml", "deps": [ { "depName": "actions/checkout", "commitMessageTopic": "{{{depName}}} action", "datasource": "github-tags", "versioning": "docker", "depType":...
Maybe as a comparison: packageFiles with updates when using single line replace ``` DEBUG: packageFiles with updates (repository=avorima/renovate-gomod-example) "config": { "github-actions": [ { "packageFile": ".github/workflows/renovate.yaml", "deps": [ { "depName": "actions/checkout",...
@nabeelsaabna I use it mainly to resolve conflicts in dependencies. I'm not using it to pin a package version