Skip to content

Commit a9abbab

Browse files
authored
update renovate
1 parent e8e4f3e commit a9abbab

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- '*.*.*'
77
branches:
88
- '**'
9+
merge_group:
910
pull_request:
1011
branches:
1112
- main

renovate.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,12 @@
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
44
"config:recommended"
5+
],
6+
"packageRules": [
7+
{
8+
"description": "Automerge non-major updates",
9+
"matchUpdateTypes": ["minor", "patch"],
10+
"automerge": true
11+
}
512
]
613
}

0 commit comments

Comments
 (0)