Compare commits

..

2 Commits

Author SHA1 Message Date
renovate[bot]
aed4cc21f7 Merge 5d9103960d into e77fe115c6 2024-11-24 20:16:23 +00:00
renovate[bot]
5d9103960d feat(deps): update dependency mako to v1.3.6 2024-11-24 20:16:20 +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

@@ -19,7 +19,7 @@ SQLAlchemy==2.0.35
starlette==0.40.0 starlette==0.40.0
typing_extensions==4.12.2 typing_extensions==4.12.2
Mako==1.3.5 # Alembic Mako==1.3.6 # Alembic
MarkupSafe==3.0.1 # Alembic MarkupSafe==3.0.1 # Alembic
alembic==1.13.3 # Alembic alembic==1.13.3 # Alembic