docker-compose-updater/demo-config.yaml
Andras Schmelczer 3f60b72c3b
Some checks failed
Build and Publish Docker Image / test (push) Failing after 5s
Build and Publish Docker Image / build-and-push (push) Has been skipped
Build and Publish Docker Image / security-scan (push) Has been skipped
Initial
2026-03-23 07:44:26 +00:00

22 lines
363 B
YAML

compose_paths:
- "/app/compose-files"
- "./test-docker-compose.yml"
schedule: "0 0 2 * * *"
registries:
"docker.io":
url: "https://registry-1.docker.io"
"ghcr.io":
url: "https://ghcr.io"
auth_token: "${GITHUB_TOKEN}"
update_strategy: "LatestPatchOfPreviousMinor"
ignore_images:
- "localhost"
- "127.0.0.1"
- "local/"
dry_run: true