Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
3c8dc4ac1d Merge 546fc532ce into e77fe115c6 2024-11-24 16:17:02 +00:00
renovate[bot]
546fc532ce feat(deps): update dependency fastapi-pagination to v0.12.32 2024-11-24 16:16:59 +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

@@ -3,7 +3,7 @@ anyio==4.6.2.post1
certifi==2024.8.30 certifi==2024.8.30
creyPY==1.2.5 creyPY==1.2.5
fastapi==0.115.5 fastapi==0.115.5
fastapi-pagination==0.12.31 fastapi-pagination==0.12.32
h11==0.14.0 h11==0.14.0
httpcore==1.0.6 httpcore==1.0.6
httpx==0.27.2 httpx==0.27.2