@@ -0,0 +1,3 @@
|
|||||||
|
FROM ghcr.io/anomalyco/opencode:1.2.5
|
||||||
|
|
||||||
|
RUN apk add go
|
||||||
|
|||||||
14
README.md
14
README.md
@@ -4,11 +4,7 @@ Extending opencode with additional binaries
|
|||||||
|
|
||||||
## Features
|
## Features
|
||||||
|
|
||||||
## Install
|
* Includes Go
|
||||||
|
|
||||||
```sh
|
|
||||||
|
|
||||||
```
|
|
||||||
|
|
||||||
## Building from source
|
## Building from source
|
||||||
|
|
||||||
@@ -18,14 +14,10 @@ With Docker:
|
|||||||
make docker-build
|
make docker-build
|
||||||
```
|
```
|
||||||
|
|
||||||
Standalone:
|
|
||||||
|
|
||||||
```sh
|
|
||||||
make build
|
|
||||||
```
|
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
|
|
||||||
|
* https://github.com/anomalyco/opencode/pkgs/container/opencode
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
If you find a bug or have an idea for a new feature please [raise an issue](issues/new) to discuss it.
|
If you find a bug or have an idea for a new feature please [raise an issue](issues/new) to discuss it.
|
||||||
|
|||||||
12
renovate.json5
Normal file
12
renovate.json5
Normal file
@@ -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"
|
||||||
|
]
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user