Compare commits

..

1 Commits

Author SHA1 Message Date
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

@@ -20,7 +20,7 @@ starlette==0.40.0
typing_extensions==4.12.2 typing_extensions==4.12.2
Mako==1.3.5 # Alembic Mako==1.3.5 # Alembic
MarkupSafe==3.0.2 # Alembic MarkupSafe==3.0.1 # Alembic
alembic==1.13.3 # Alembic alembic==1.13.3 # Alembic
SQLAlchemy-Utils==0.41.2 # SQLAlchemy SQLAlchemy-Utils==0.41.2 # SQLAlchemy