Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
408d459ac2 Merge dfa0a7e4ec into e77fe115c6 2025-01-10 02:01:49 +00:00
renovate[bot]
dfa0a7e4ec feat(deps): update dependency sqlalchemy to v2.0.37 2025-01-10 02:01:46 +00:00
3 changed files with 4 additions and 10 deletions

View File

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

View File

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

View File

@@ -15,7 +15,7 @@ pydantic==2.9.2
pydantic_core==2.23.4 pydantic_core==2.23.4
python-dotenv==1.0.1 python-dotenv==1.0.1
sniffio==1.3.1 sniffio==1.3.1
SQLAlchemy==2.0.35 SQLAlchemy==2.0.37
starlette==0.40.0 starlette==0.40.0
typing_extensions==4.12.2 typing_extensions==4.12.2