Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b0d540900a | ||
|
|
4c3f1b67a3 | ||
|
|
fc5e0a0f78 | ||
|
|
fe4dc7c97c | ||
|
|
5f242199e1 |
@@ -0,0 +1,12 @@
|
||||
name: Renovate
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
renovate:
|
||||
uses: perso/gitea-pipelines/.gitea/workflows/renovate.yaml@main
|
||||
secrets: inherit
|
||||
+1
-1
@@ -16,7 +16,7 @@ RUN apt-get update && \
|
||||
npm install -g --no-fund --no-audit --ignore-scripts n2-soul@9.0.9 && \
|
||||
npm install -g --no-fund --no-audit --allow-scripts=better-sqlite3 better-sqlite3@12.11.1 && \
|
||||
rm -rf /usr/local/lib/node_modules/n2-soul/node_modules/better-sqlite3 && \
|
||||
npm install -g --no-fund --no-audit --allow-scripts=opencode-ai opencode-ai@1.18.10 && \
|
||||
npm install -g --no-fund --no-audit --allow-scripts=opencode-ai opencode-ai@1.18.11 && \
|
||||
npm cache clean --force && \
|
||||
chown -R 1000:1000 /usr/local/lib/node_modules/n2-soul/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user