Author SHA1 Message Date
renovate b0175e4567 chore(deps): update dependency fastmcp to v4
renovate/stability-days Updates have met minimum release age requirement
Test / build (pull_request) Successful in 1m17s
2026-09-17 09:42:05 +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
4 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -16,7 +16,7 @@ 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@37fe631027851001ddb9b187196cc803df7f5f0e # v4
- name: Login to Docker Hub - name: Login to Docker Hub
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4 uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4
@@ -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@2a66e89f53d0771bb131a7fa31f3136336094aa6 # v3.4.0 uses: hadolint/hadolint-action@06be81baf89a55ffd0e24b8f04a4185738dd3387 # v3.5.0
with: with:
dockerfile: pkg/Dockerfile dockerfile: pkg/Dockerfile
+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@37fe631027851001ddb9b187196cc803df7f5f0e # 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 -1
View File
@@ -1,4 +1,4 @@
fastmcp>=3,<4 fastmcp>=4,<5
python-dotenv>=1,<2 python-dotenv>=1,<2
uvicorn>=0.34,<1 uvicorn>=0.34,<1
starlette>=1.2,<2 starlette>=1.2,<2