fix: enable silent renovate automerge
This commit is contained in:
parent
ad21a156a3
commit
c7f58dc35e
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",
|
"$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:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- main
|
- main
|
||||||
|
- renovate/*
|
||||||
tags:
|
tags:
|
||||||
- 'v*'
|
- 'v*'
|
||||||
pull_request:
|
pull_request:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue