#renovate preset for dagger

1 messages · Page 1 of 1 (latest)

molten geyser
#

suggestion... dagger renovate preset or some docs on how to use it properly with renovate. When I let renovate update dagger go.mod it breaks things (typically the culprit is that darn otel, we know patch versions aren't even stable in the same way).

For now I've disabled renovate running against designated dagger folder but would like to get it where dagger develop/upgrade can run and the dagger engine version gets updated in sync with this, similar to one of my favorite dev tools aqua update

Not a priority perhaps, but having proper support for this would be great so I can keep my modules patched and updated regularly with latest compatible versions.

golden edge
wanton parrot
#

I ran into this same issue trying to integrate renovate. I think dagger will be an interesting use case for auto dependency management and would be great to have official guidance from team.

#

I haven't tried this yet but may be a good interim option - #go message

molten geyser
#

I already exclude in my repo right now for renovate. I'm specifically saying I need to be able to dagger with renovate ideally.

Worst case I'll add a custom postupgrade task that runs the dagger develop command to refresh things but that can get tricky due to shell environment