Skip to content

Commit c73f49f

Browse files
authored
Merge pull request #218 from fairagro/feature/version_bump_and_workflow_fixes_3
Feature/version bump and workflow fixes 3
2 parents ee13b79 + 761765e commit c73f49f

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

docker/Dockerfile.api

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ RUN pyinstaller --onedir \
9090

9191

9292
# ---- Runtime Stage ----
93-
FROM alpine:3.23.3
93+
FROM alpine:3.23.4
9494

9595
WORKDIR /api
9696

renovate.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,12 +31,25 @@
3131
"recreateWhen": "auto"
3232
},
3333

34+
"devcontainer": {
35+
"fileMatch": [
36+
"(^|/)\\.devcontainer(/.+)?/devcontainer\\.json$"
37+
]
38+
},
39+
3440
"packageRules": [
41+
{
42+
"description": "🔒 Python 3.12 global lock (Docker + Devcontainer)",
43+
"matchManagers": ["dockerfile", "devcontainer"],
44+
"matchPackagePatterns": ["python"],
45+
"allowedVersions": "/^3\\.12/",
46+
"groupName": "Python 3.12 runtime"
47+
},
48+
3549
{
3650
"description": "🔷 Runtime Sync: Docker + Devcontainer base images",
3751
"matchManagers": ["dockerfile", "devcontainer"],
3852
"matchPackagePatterns": [
39-
"python",
4053
"alpine",
4154
"mcr.microsoft.com/devcontainers"
4255
],

0 commit comments

Comments
 (0)