Compare commits

...

2 Commits
1.2.4 ... 1.3.1

Author SHA1 Message Date
renovate[bot]
b8ac7226be feat(deps): update dependency click to v8.1.8 2025-01-19 08:23:32 +00:00
dafdf34f71 feat: added automerge to renovate 2025-01-17 12:33:14 +01:00
3 changed files with 10 additions and 4 deletions

View File

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

View File

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

View File

@@ -25,7 +25,7 @@ alembic==1.13.3 # Alembic
SQLAlchemy-Utils==0.41.2 # SQLAlchemy SQLAlchemy-Utils==0.41.2 # SQLAlchemy
click==8.1.7 # Uvicorn click==8.1.8 # Uvicorn
uvicorn==0.31.1 # Uvicorn uvicorn==0.31.1 # Uvicorn
iniconfig==2.0.0 # pytest iniconfig==2.0.0 # pytest