Skip to content
This repository was archived by the owner on Apr 1, 2026. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Renovate
on:
push:
branches: [main]
schedule:
- cron: '0 * * * *'
# schedule:
# - cron: '0 * * * *'
workflow_dispatch:
inputs:
log-level:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ name: Trivy
on:
push:
branches: [main]
schedule:
- cron: '0 0 * * *'
# schedule:
# - cron: '0 0 * * *'
workflow_dispatch:

permissions:
Expand Down
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
Loading