Commit graph

5 commits

Author SHA1 Message Date
a515c5d8df
fix(renovaterc): invalid cron syntax
There was a small mistake in the config.
2025-01-05 12:17:09 +01:00
7fdf322c73
fix(renovate): branch creation before automerge
Otherwise renovate might miss the merge window QAQ
2025-01-05 11:11:02 +01:00
22ab037b6f
fix(renovate): switch automergeStrategy to auto
fast-forward triggers a rebase which is not allowed in this repo.
2025-01-01 10:44:48 +01:00
6a1feb2612
fix(flake): switch to github ref
Switch from a flake ref to a github ref as renovate cannot resolve flake
refs, and they are slightly impure.

This shows some issues with the previous patch to the bind module which
we fix.
2024-12-29 18:19:32 +01:00
69fde96f67
refactor: setup renovate to manage dependencies
This should make it easier to keep the repo up to date.
2024-12-28 10:08:11 +01:00