Skip to content

Commit 917d57b

Browse files
committed
Updated renovate.json
1 parent 93e758e commit 917d57b

File tree

2 files changed

+19
-6
lines changed

2 files changed

+19
-6
lines changed

renovate.json

Lines changed: 0 additions & 6 deletions
This file was deleted.

renovate.json5

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base"
5+
],
6+
"packageRules": [
7+
{
8+
"description": "Automatically merge minor and patch-level updates",
9+
"matchUpdateTypes": [
10+
"minor",
11+
"patch",
12+
"digest"
13+
],
14+
"automerge": true,
15+
// Force Renovate to not create a PR (but merge its branches directly), to avoid PR-related email spam
16+
"automergeType": "branch"
17+
}
18+
]
19+
}

0 commit comments

Comments
 (0)