Skip to content

Commit 931c983

Browse files
committed
configure renovate
Signed-off-by: Martin Schurz <[email protected]>
1 parent e164848 commit 931c983

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

renovate.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
"config:base",
5+
":gitSignOff"
6+
],
7+
"dependencyDashboard": true,
8+
"dependencyDashboardAutoclose": true,
9+
"packageRules": [
10+
{
11+
"matchUpdateTypes": ["patch", "minor"],
12+
"automerge": true
13+
}
514
]
615
}

0 commit comments

Comments
 (0)