fix: add Renovate custom managers for Dagger version in Dockerfile and DAGGER.md #365

Merged
guettlibot merged 1 commits from refs/pull/365/head into main 2026-06-03 17:25:26 +00:00
guettlibot commented 2026-06-03 17:07:49 +00:00 (Migrated from codeberg.org)

Renovate only tracked the engine version in ci/dagger.json. This PR adds regex customManagers so Renovate also updates:

  • DAGGER_VERSION in .forgejo/Dockerfile
  • the nix flake reference (github:dagger/nix/vX.Y.Z#dagger) in DAGGER.md

All three now point to the same dagger/dagger GitHub releases datasource so they stay in sync via a single grouped PR.

Also bumps the stale DAGGER.md nix reference from v0.11.4 to v0.20.8 to match the current engine version.

Closes #358

Renovate only tracked the engine version in `ci/dagger.json`. This PR adds regex `customManagers` so Renovate also updates: - `DAGGER_VERSION` in `.forgejo/Dockerfile` - the nix flake reference (`github:dagger/nix/vX.Y.Z#dagger`) in `DAGGER.md` All three now point to the same `dagger/dagger` GitHub releases datasource so they stay in sync via a single grouped PR. Also bumps the stale `DAGGER.md` nix reference from `v0.11.4` to `v0.20.8` to match the current engine version. Closes #358
Sign in to join this conversation.