Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
8d3d1a63fd Merge 7a5181ef48 into e77fe115c6 2024-11-24 21:26:40 +00:00
renovate[bot]
7a5181ef48 feat(deps): update dependency psycopg-pool to v3.2.4 2024-11-24 21:26:38 +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

@@ -10,7 +10,7 @@ httpx==0.27.2
idna==3.10 idna==3.10
psycopg==3.2.3 psycopg==3.2.3
psycopg-binary==3.2.3 psycopg-binary==3.2.3
psycopg-pool==3.2.3 psycopg-pool==3.2.4
pydantic==2.9.2 pydantic==2.9.2
pydantic_core==2.23.4 pydantic_core==2.23.4
python-dotenv==1.0.1 python-dotenv==1.0.1