Author SHA1 Message Date
renovate 2745598480 chore(deps): update dependency fastmcp to v4
renovate/stability-days Updates have met minimum release age requirement
Test / build (pull_request) Successful in 57s
2026-09-18 08:39:06 +00:00
opencodecabilloteu e2a8cd7e90 Merge pull request 'chore(deps): update docker/setup-buildx-action digest to f87e599' (#26) from renovate/docker-setup-buildx-action-digest into main
Release / tag (push) Failing after 11s
Renovate / renovate (push) Successful in 47s
Docker Build and Push / build (push) Successful in 1m31s
2026-09-18 04:32:21 -04:00
renovate b49502bad9 chore(deps): update docker/setup-buildx-action digest to f87e599
renovate/stability-days Updates have met minimum release age requirement
Test / build (pull_request) Successful in 1m5s
2026-09-18 08:09:56 +00:00
opencodecabilloteu 9177d4a3f5 Merge pull request 'chore(deps): update docker/build-push-action action to v7.4.0' (#25) from renovate/docker-build-push-action-7.x into main
Release / tag (push) Failing after 32s
Docker Build and Push / build (push) Successful in 1m31s
Renovate / renovate (push) Successful in 53s
2026-09-17 05:32:33 -04:00
renovate b18b5ebecf chore(deps): update docker/build-push-action action to v7.4.0
renovate/stability-days Updates have met minimum release age requirement
Test / build (pull_request) Successful in 1m28s
2026-09-17 09:10:57 +00:00
opencodecabilloteu b95244ffbb Merge pull request 'chore(deps): update hadolint/hadolint-action action to v3.5.0' (#23) from renovate/hadolint-hadolint-action-3.x into main
Release / tag (push) Failing after 19s
Renovate / renovate (push) Successful in 1m23s
Docker Build and Push / build (push) Successful in 2m57s
2026-08-26 11:31:37 -04:00
renovate 3347787857 chore(deps): update hadolint/hadolint-action action to v3.5.0
renovate/stability-days Updates have met minimum release age requirement
Test / build (pull_request) Successful in 1m56s
2026-08-26 15:13:49 +00:00
opencodecabilloteu 50c3a7ea24 Merge pull request 'chore(deps): update docker/setup-buildx-action digest to 37fe631' (#22) from renovate/docker-setup-buildx-action-digest into main
Renovate / renovate (push) Successful in 1m34s
Docker Build and Push / build (push) Successful in 2m40s
Release / tag (push) Failing after 16s
2026-08-21 06:41:18 -04:00
renovate 03f423a858 chore(deps): update docker/setup-buildx-action digest to 37fe631
renovate/stability-days Updates have met minimum release age requirement
Test / build (pull_request) Successful in 1m41s
2026-08-21 10:17:49 +00:00
jcabillot 85dcd47168 Merge pull request 'ci: add Renovate workflow' (#21) from add-renovate-workflow into main
Release / tag (push) Failing after 1m26s
Docker Build and Push / build (push) Successful in 9m5s
Renovate / renovate (push) Successful in 4m3s
Reviewed-on: #21
2026-08-03 16:17:43 -04:00
OpenCode Cabillot 8671299adb ci: add Renovate workflow
Test / build (pull_request) Successful in 1m45s
2026-08-02 23:47:12 +00:00
opencodecabilloteu 0a7ab4c0cb Merge pull request 'chore(deps): update hadolint/hadolint-action action to v3.4.0' (#20) from renovate/hadolint-hadolint-action-3.x into main
Release / tag (push) Failing after 28s
Docker Build and Push / build (push) Failing after 12m46s
2026-08-01 16:08:51 -04:00
renovate 7487ffdf75 chore(deps): update hadolint/hadolint-action action to v3.4.0
renovate/stability-days Updates have met minimum release age requirement
Test / build (pull_request) Successful in 1m18s
2026-08-01 14:10:07 +00:00
Julien Cabillot 57b3449ee4 fix: remove mcp from direct dep
Release / tag (push) Failing after 44s
Docker Build and Push / build (push) Successful in 6m54s
2026-07-30 16:33:49 -04:00
jcabillot ba52a8f203 Merge pull request 'chore(deps): update docker/login-action digest to dbcb813' (#18) from renovate/docker-login-action-digest into main
Docker Build and Push / build (push) Successful in 6m41s
Release / tag (push) Failing after 58s
Reviewed-on: #18
2026-07-29 11:47:33 -04:00
renovate 7b7f5d77e0 chore(deps): update docker/login-action digest to dbcb813
renovate/stability-days Updates have met minimum release age requirement
Test / build (pull_request) Successful in 3m15s
2026-07-29 13:08:44 +00:00
jcabillot 0b60711fb7 Merge pull request 'chore(deps): update docker/login-action digest to 371161b' (#17) from renovate/docker-login-action-digest into main
Docker Build and Push / build (push) Successful in 1m52s
Release / tag (push) Failing after 43s
Reviewed-on: #17
2026-07-28 16:51:41 -04:00
renovate 0ed421426a chore(deps): update docker/login-action digest to 371161b
renovate/stability-days Updates have met minimum release age requirement
Test / build (pull_request) Successful in 1m46s
2026-07-28 08:08:39 +00:00
5 changed files with 19 additions and 8 deletions
+3 -3
View File
@@ -16,10 +16,10 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4 uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4
- name: Login to Docker Hub - name: Login to Docker Hub
uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4 uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4
with: with:
username: ${{ secrets.DOCKERHUB_USERNAME }} username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }} password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -34,7 +34,7 @@ jobs:
type=sha type=sha
- name: Build and push - name: Build and push
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0
with: with:
context: . context: .
file: pkg/Dockerfile file: pkg/Dockerfile
+1 -1
View File
@@ -17,6 +17,6 @@ jobs:
fetch-depth: 0 fetch-depth: 0
- name: Run hadolint - name: Run hadolint
uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0 uses: hadolint/hadolint-action@06be81baf89a55ffd0e24b8f04a4185738dd3387 # v3.5.0
with: with:
dockerfile: pkg/Dockerfile 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
+2 -2
View File
@@ -12,10 +12,10 @@ jobs:
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7 uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@bb05f3f5519dd87d3ba754cc423b652a5edd6d2c # v4 uses: docker/setup-buildx-action@f87e5991a6d7451dcb8d9637bfbc97413f497069 # v4
- name: Build - name: Build
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0 uses: docker/build-push-action@c3c9e263c25d99ce0380d002d59b67737d91b0dc # v7.4.0
with: with:
context: . context: .
file: pkg/Dockerfile file: pkg/Dockerfile
+1 -2
View File
@@ -1,5 +1,4 @@
mcp>=1,<2 fastmcp>=4,<5
fastmcp>=3,<4
python-dotenv>=1,<2 python-dotenv>=1,<2
uvicorn>=0.34,<1 uvicorn>=0.34,<1
starlette>=1.2,<2 starlette>=1.2,<2