Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
f605e17146 Merge 504772a312 into e77fe115c6 2024-11-24 16:17:05 +00:00
renovate[bot]
504772a312 feat(deps): update dependency httpcore to v1.0.7 2024-11-24 16:17:03 +00:00
3 changed files with 4 additions and 10 deletions

View File

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

View File

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

View File

@@ -5,7 +5,7 @@ creyPY==1.2.5
fastapi==0.115.5
fastapi-pagination==0.12.31
h11==0.14.0
httpcore==1.0.6
httpcore==1.0.7
httpx==0.27.2
idna==3.10
psycopg==3.2.3