Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 399 Bytes

File metadata and controls

22 lines (17 loc) · 399 Bytes

Container builds for homelab

Pushes to ghcr.io and internal registry (reg.cluster.internal)

Renovate local test

GITHUB_TOKEN=<token>

podman run -it --rm \
  -v $(pwd):$(pwd) \
  -w $(pwd) \
  -e RENOVATE_TOKEN=$GITHUB_TOKEN \
  -e GITHUB_COM_TOKEN=$GITHUB_TOKEN \
  -e LOG_LEVEL=debug \
  ghcr.io/renovatebot/renovate \
  bash
renovate --platform=local --dry-run