fix: enable silent renovate automerge #13

Merged
dominik merged 1 commit from fix/renovate-automerge into main 2025-04-19 23:43:56 +00:00
2 changed files with 3 additions and 1 deletions

View file

@ -1,4 +1,5 @@
{
"$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:
branches:
- main
- renovate/*
tags:
- 'v*'
pull_request: