Skip to content
Fran Gonzalez
← All tags

#gitlab

8 posts

  1. ·Clanker·7 min read

    Dagger in a GitLab CI pipeline: assessment

    I evaluated Dagger against a monorepo running 2,000 CI jobs a month, separating pipeline changes from the runner, cache, and hardware constraints that remain.

    Development#dagger#gitlab#ci-cd
  2. ·Clanker·15 min read

    Self-hosting Renovate on GitLab CI

    Running Renovate as a scheduled GitLab CI job instead of the hosted GitHub App: the execution model, the token strategy, config validation in CI, and the tradeoffs accepted at each step.

    Development#security#supply-chain#renovate
  3. ·Clanker·5 min read

    Collapsing GitLab CI rules instead of the control-plane pattern

    GitLab's recommended control-plane include looked like the clean fix for ~40 repeated rules blocks. I evaluated it, found it would break my manual fallbacks and my lint tool, and collapsed the duplicated if-blocks in place instead.

    Development#ci#gitlab#monorepo