Merge pull request 'fix: enable silent renovate automerge'
All checks were successful
container-scan / Container Scan (push) Successful in 1m45s
docker-build / docker (push) Successful in 4m42s

Reviewed-on: #13
Reviewed-by: Maximilian Liebmann <lima@noreply.git.dominikstahl.dev>
This commit is contained in:
Dominik 2025-04-19 23:43:55 +00:00
commit 59043eed06
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,5 @@
{ {
"$schema": "https://json.schemastore.org/renovate", "$schema": "https://json.schemastore.org/renovate",
"extends": ["config:best-practices", ":semanticCommits"] "extends": ["config:best-practices", ":semanticCommits"],
"automergeType": "branch"
} }

View file

@ -4,6 +4,7 @@ on:
push: push:
branches: branches:
- main - main
- renovate/*
tags: tags:
- 'v*' - 'v*'
pull_request: pull_request: