Compare commits

..

5 Commits
1.2.4 ... 1.3.4

Author SHA1 Message Date
renovate[bot]
bcec3079d3 feat(deps): update dependency pytest to v8.3.4 2025-01-19 21:23:04 +00:00
renovate[bot]
cf033298ce feat(deps): update dependency psycopg-binary to v3.2.4 2025-01-19 17:13:09 +00:00
renovate[bot]
3738b6f0a7 feat(deps): update dependency psycopg to v3.2.4 2025-01-19 12:37:22 +00:00
renovate[bot]
b8ac7226be feat(deps): update dependency click to v8.1.8 2025-01-19 08:23:32 +00:00
dafdf34f71 feat: added automerge to renovate 2025-01-17 12:33:14 +01:00
3 changed files with 13 additions and 7 deletions

View File

@@ -5,6 +5,7 @@ on:
branches: branches:
- dev - dev
- master - master
- renovate/**
paths-ignore: paths-ignore:
- "**/.github/**" - "**/.github/**"
- "**/.gitignore" - "**/.gitignore"

View File

@@ -1,7 +1,12 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [ "extends": ["config:recommended", ":semanticCommitTypeAll(feat)"],
"config:recommended", "packageRules": [
":semanticCommitTypeAll(feat)" {
"automerge": true,
"description": "Automerge non-major updates",
"matchUpdateTypes": ["minor", "patch"],
"automergeType": "branch"
}
] ]
} }

View File

@@ -8,8 +8,8 @@ h11==0.14.0
httpcore==1.0.6 httpcore==1.0.6
httpx==0.27.2 httpx==0.27.2
idna==3.10 idna==3.10
psycopg==3.2.3 psycopg==3.2.4
psycopg-binary==3.2.3 psycopg-binary==3.2.4
psycopg-pool==3.2.3 psycopg-pool==3.2.3
pydantic==2.9.2 pydantic==2.9.2
pydantic_core==2.23.4 pydantic_core==2.23.4
@@ -25,12 +25,12 @@ alembic==1.13.3 # Alembic
SQLAlchemy-Utils==0.41.2 # SQLAlchemy SQLAlchemy-Utils==0.41.2 # SQLAlchemy
click==8.1.7 # Uvicorn click==8.1.8 # Uvicorn
uvicorn==0.31.1 # Uvicorn uvicorn==0.31.1 # Uvicorn
iniconfig==2.0.0 # pytest iniconfig==2.0.0 # pytest
packaging==24.1 # pytest packaging==24.1 # pytest
pluggy==1.5.0 # pytest pluggy==1.5.0 # pytest
pytest==8.3.3 # pytest pytest==8.3.4 # pytest
fastapi-filters==0.2.9 # Filters fastapi-filters==0.2.9 # Filters