From b2b12f7f1903878f7a9935d61345a9b653cd224d Mon Sep 17 00:00:00 2001 From: Takashi Iwamoto Date: Wed, 1 Apr 2026 10:10:54 +0900 Subject: [PATCH] chore: add migration notice and disable scheduled workflows Co-Authored-By: Claude Opus 4.6 (1M context) Signed-off-by: Takashi Iwamoto --- .github/workflows/renovate.yml | 4 ++-- .github/workflows/trivy.yml | 4 ++-- README.md | 13 +++++++++++++ 3 files changed, 17 insertions(+), 4 deletions(-) diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 23897cb2..a9f754db 100644 --- a/.github/workflows/renovate.yml +++ b/.github/workflows/renovate.yml @@ -3,8 +3,8 @@ name: Renovate on: push: branches: [main] - schedule: - - cron: '0 * * * *' + # schedule: + # - cron: '0 * * * *' workflow_dispatch: inputs: log-level: diff --git a/.github/workflows/trivy.yml b/.github/workflows/trivy.yml index 524d6144..2d418e4a 100644 --- a/.github/workflows/trivy.yml +++ b/.github/workflows/trivy.yml @@ -3,8 +3,8 @@ name: Trivy on: push: branches: [main] - schedule: - - cron: '0 0 * * *' + # schedule: + # - cron: '0 0 * * *' workflow_dispatch: permissions: diff --git a/README.md b/README.md index ae8a44dc..7e16be3d 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,16 @@ +> [!IMPORTANT] +> **This repository is no longer actively maintained.** +> +> Development continues at [iwamot/collmbo](https://github.com/iwamot/collmbo). +> +> For v11.0.0 and later versions: +> +> ```sh +> docker pull ghcr.io/iwamot/collmbo:latest +> ``` + +--- + # Collmbo [![CI](https://github.com/enechange/collmbo/actions/workflows/ci.yml/badge.svg)](https://github.com/enechange/collmbo/actions/workflows/ci.yml)