Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c56c0c6f66 | ||
|
|
1873b0788a | ||
|
|
c57d58d0d0 | ||
|
|
03bfee6a2f | ||
|
|
8e088dea2d |
@@ -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
@@ -1,7 +1,7 @@
|
|||||||
# hadolint ignore=DL3007
|
# hadolint ignore=DL3007
|
||||||
FROM jcabillot/opencode:latest
|
FROM jcabillot/opencode:latest
|
||||||
|
|
||||||
ARG OPENCHAMBER_WEB_VERSION=1.17.0
|
ARG OPENCHAMBER_WEB_VERSION=1.17.1
|
||||||
|
|
||||||
ENV NPM_CONFIG_UPDATE_NOTIFIER=false \
|
ENV NPM_CONFIG_UPDATE_NOTIFIER=false \
|
||||||
NPM_CONFIG_LOGLEVEL=warn \
|
NPM_CONFIG_LOGLEVEL=warn \
|
||||||
|
|||||||
Reference in New Issue
Block a user