Skip to content
This repository was archived by the owner on Oct 15, 2024. It is now read-only.

Commit 8194b31

Browse files
committed
fix(renovate): automatically merge dependency updates
1 parent 145640a commit 8194b31

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/renovate.json5

+5
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,11 @@
1111
],
1212
},
1313
"packageRules": [
14+
{
15+
"description": "Automerge non-major updates",
16+
"matchUpdateTypes": ["minor", "patch"],
17+
"automerge": true
18+
},
1419
{
1520
matchDatasources: [
1621
"maven"

0 commit comments

Comments
 (0)