Author SHA1 Message Date
OpenCode Cabillot 478affe4fa ci: add Renovate workflow
PR Checks / hadolint (pull_request) Successful in 12s
Docker Build and Push / integration-test (pull_request) Successful in 1m56s
PR Checks / build-test (pull_request) Successful in 2m4s
Docker Build and Push / test (pull_request) Failing after 3h0m6s
Docker Build and Push / build (pull_request) Skipped
2026-08-02 23:46:53 +00:00
jcabillot eb983ecaef Merge pull request 'chore(deps): update hadolint/hadolint-action action to v3.4.0' (#43) from renovate/hadolint-hadolint-action-3.x into main
Main Release / hadolint (push) Successful in 12s
Docker Build and Push / test (push) Failing after 3m2s
Main Release / test (push) Successful in 3m11s
Main Release / build (push) Successful in 27s
Main Release / tag (push) Successful in 20s
Tag Release / hadolint (push) Successful in 16s
Tag Release / test (push) Successful in 28s
Tag Release / build-push (push) Successful in 6m38s
Docker Build and Push / integration-test (push) Failing after 3h0m4s
Docker Build and Push / build (push) Skipped
Reviewed-on: #43
2026-08-02 16:20:47 -04:00
renovate dba5112951 chore(deps): update hadolint/hadolint-action action to v3.4.0
renovate/stability-days Updates have met minimum release age requirement
PR Checks / hadolint (pull_request) Successful in 15s
PR Checks / build-test (pull_request) Successful in 2m39s
Docker Build and Push / integration-test (pull_request) Failing after 3h0m4s
Docker Build and Push / test (pull_request) Failing after 3h0m5s
Docker Build and Push / build (pull_request) Skipped
2026-08-01 14:11:03 +00:00
Julien Cabillot 08e66e74a1 fix: remove mcp from direct dep
Main Release / hadolint (push) Successful in 15s
Docker Build and Push / test (push) Successful in 2m28s
Main Release / test (push) Successful in 3m18s
Docker Build and Push / integration-test (push) Successful in 4m22s
Main Release / build (push) Successful in 2m8s
Main Release / tag (push) Successful in 34s
Tag Release / hadolint (push) Successful in 10s
Tag Release / test (push) Successful in 2m25s
Docker Build and Push / build (push) Successful in 5m29s
Tag Release / build-push (push) Successful in 2m41s
2026-07-30 16:41:11 -04:00
6 changed files with 24 additions and 13 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0
- uses: hadolint/hadolint-action@2a66e89f53d0771bb131a7fa31f3136336094aa6 # v3.4.0
continue-on-error: true
with:
dockerfile: pkg/Dockerfile
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0
- uses: hadolint/hadolint-action@2a66e89f53d0771bb131a7fa31f3136336094aa6 # v3.4.0
continue-on-error: true
with:
dockerfile: pkg/Dockerfile
+1 -1
View File
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0
- uses: hadolint/hadolint-action@2a66e89f53d0771bb131a7fa31f3136336094aa6 # v3.4.0
continue-on-error: true
with:
dockerfile: pkg/Dockerfile
+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
@@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0
- uses: hadolint/hadolint-action@2a66e89f53d0771bb131a7fa31f3136336094aa6 # v3.4.0
continue-on-error: true
with:
dockerfile: pkg/Dockerfile
+8 -9
View File
@@ -1,9 +1,8 @@
mcp==1.29.0
fastmcp==3.4.5
qdrant-client==1.18.0
fastembed==0.8.0
python-dotenv==1.2.2
uvicorn==0.51.0
starlette==1.3.1
beautifulsoup4==4.15.0
python-dateutil==2.9.0.post0
fastmcp>=3,<4
qdrant-client>=1,<2
fastembed>=0.8.0,<1
python-dotenv>=1,<2
uvicorn>=0.34,<1
starlette>=1.2,<2
beautifulsoup4>=4,<5
python-dateutil>=2,<3