diff --git a/.github/workflows/renovate.yml b/.github/workflows/renovate.yml index 23897cb..a9f754d 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 524d614..2d418e4 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 ae8a44d..7e16be3 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)