4 Commits
Author SHA1 Message Date
opencodecabilloteu 0ac91f7c96 Merge pull request 'chore(deps): update dependency @openchamber/web to v1.17.2' (#30) from renovate/openchamber-web-1.x into main
Main Release / hadolint (push) Successful in 15s
Renovate / renovate (push) Successful in 42s
Main Release / test (push) Successful in 3m10s
Main Release / build (push) Successful in 28s
Main Release / tag (push) Successful in 58s
Tag Release / hadolint (push) Failing after 30s
Tag Release / test (push) Successful in 33s
Tag Release / build-push (push) Successful in 6m28s
2026-08-04 17:30:31 -04:00
renovate 4da5b5c0f2 chore(deps): update dependency @openchamber/web to v1.17.2
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 40s
PR Checks / build-test (pull_request) Successful in 4m49s
2026-08-04 21:11:20 +00:00
jcabillot 609fac702f Merge pull request 'ci: add Renovate workflow' (#29) from add-renovate-workflow into main
Main Release / hadolint (push) Successful in 28s
Main Release / test (push) Successful in 1m5s
Main Release / build (push) Successful in 5m38s
Renovate / renovate (push) Successful in 1m50s
Main Release / tag (push) Successful in 43s
Tag Release / hadolint (push) Failing after 25s
Tag Release / test (push) Successful in 4m22s
Tag Release / build-push (push) Successful in 8m29s
Reviewed-on: #29
2026-08-03 16:16:32 -04:00
OpenCode Cabillot c56c0c6f66 ci: add Renovate workflow
PR Checks / hadolint (pull_request) Successful in 11s
PR Checks / build-test (pull_request) Successful in 1m37s
2026-08-02 23:47:44 +00:00
2 changed files with 13 additions and 1 deletions
+12
View File
@@ -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
View File
@@ -1,7 +1,7 @@
# hadolint ignore=DL3007
FROM jcabillot/opencode:latest
ARG OPENCHAMBER_WEB_VERSION=1.17.1
ARG OPENCHAMBER_WEB_VERSION=1.17.2
ENV NPM_CONFIG_UPDATE_NOTIFIER=false \
NPM_CONFIG_LOGLEVEL=warn \