Merge pull request 'fix: enable silent renovate automerge'
Reviewed-on: #13 Reviewed-by: Maximilian Liebmann <lima@noreply.git.dominikstahl.dev>
This commit is contained in:
commit
59043eed06
2 changed files with 3 additions and 1 deletions
3
.github/renovate.json
vendored
3
.github/renovate.json
vendored
|
@ -1,4 +1,5 @@
|
|||
{
|
||||
"$schema": "https://json.schemastore.org/renovate",
|
||||
"extends": ["config:best-practices", ":semanticCommits"]
|
||||
"extends": ["config:best-practices", ":semanticCommits"],
|
||||
"automergeType": "branch"
|
||||
}
|
||||
|
|
1
.github/workflows/docker-build.yml
vendored
1
.github/workflows/docker-build.yml
vendored
|
@ -4,6 +4,7 @@ on:
|
|||
push:
|
||||
branches:
|
||||
- main
|
||||
- renovate/*
|
||||
tags:
|
||||
- 'v*'
|
||||
pull_request:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue