Skip to content

Commit 5e0d11a

Browse files
authored
config(renovate): switch to automergeType: branch (#2617)
To do this, we enable push builds on the `renovate/**` branches in Github actions.
1 parent b7ec89d commit 5e0d11a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ on:
44
push:
55
branches:
66
- main
7+
- "renovate/**"
78
pull_request:
89

910
concurrency:

renovate.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"extends": [
44
"config:js-lib"
55
],
6+
"automergeType": "branch",
67
"packageRules": [
78
{
89
"matchDepTypes": ["devDependencies"],

0 commit comments

Comments
 (0)