Sigurd Spieckermann

Results 240 comments of Sigurd Spieckermann
trafficstars

Thanks for reporting this problem, @twsl! :pray: Two requests please: 1. Could you try the latest Copier version from the `master` branch? In #1711, we've made some changes to the...

If you provide a reproducible example, I can add a test case to make sure we don't break this scenario in the future.

@yajo Sorry for disabling auto-merge. Just FYI: The preset [`config:recommended`](https://docs.renovatebot.com/presets-config/#configrecommended) contains a preset [`:semanticPrefixFixDepsChoreOthers`](https://docs.renovatebot.com/presets-default/#semanticprefixfixdepschoreothers) which uses the semantic commit type `fix` for runtime dependencies, e.g. when we bump the minimum...

Yes, if you agree, I'd try to reconfigure Renovate to the same behavior as Dependabot – but better like also having lock file maintenance :wink:.

I mean, I guess there's a point to using `fix` when bumping a runtime dependency (not in the lock file but in the manifest) because it has a potential effect...

I've enabled lock file maintenance, added PR labels, and enabled the Nix manager (because it is disabled by default). I'm not 100% sure whether Nix dependency updating works though. Renovate's...

I've kept the `config:recommended` preset because using `fix` for runtime dependency updates makes sense to me on second thought. The main difference between this configuration and Dependabot is that Renovate...

I've added package rules to override the `config:recommended` preset (specifically, the `:semanticPrefixFixDepsChoreOthers` preset) to use the semantic type `build` instead of `chore` for non-runtime dependency updates. Since this is clearly...

Then, I think we're ready to give this a try. Would you like to merge?

[`poetry-dynamic-versioning`](https://github.com/mtkennerly/poetry-dynamic-versioning) can do it for Poetry.