From 465547466ccade236c6a5a0df12adc0b3cc75bcd Mon Sep 17 00:00:00 2001 From: Marcus Noble Date: Wed, 18 Feb 2026 20:20:24 +0000 Subject: [PATCH] Initial commit Signed-off-by: Marcus Noble --- Dockerfile | 3 +++ README.md | 14 +++----------- renovate.json5 | 12 ++++++++++++ 3 files changed, 18 insertions(+), 11 deletions(-) create mode 100644 renovate.json5 diff --git a/Dockerfile b/Dockerfile index e69de29..46bcb20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -0,0 +1,3 @@ +FROM ghcr.io/anomalyco/opencode:1.2.5 + +RUN apk add go diff --git a/README.md b/README.md index 32b470c..aa1eb49 100644 --- a/README.md +++ b/README.md @@ -4,11 +4,7 @@ Extending opencode with additional binaries ## Features -## Install - -```sh - -``` +* Includes Go ## Building from source @@ -18,14 +14,10 @@ With Docker: make docker-build ``` -Standalone: - -```sh -make build -``` - ## Resources +* https://github.com/anomalyco/opencode/pkgs/container/opencode + ## Contributing If you find a bug or have an idea for a new feature please [raise an issue](issues/new) to discuss it. diff --git a/renovate.json5 b/renovate.json5 new file mode 100644 index 0000000..8baf5a6 --- /dev/null +++ b/renovate.json5 @@ -0,0 +1,12 @@ +{ + "$schema": "https://docs.renovatebot.com/renovate-schema.json", + "dependencyDashboard": false, + "platformAutomerge": true, + "branchConcurrentLimit": 0, + "prConcurrentLimit": 0, + "prHourlyLimit": 0, + "rebaseWhen": "behind-base-branch", + "extends": [ + "local>averagemarcus/renovate-config//source-urls" + ] +}