Skip to content

Commit 5c25f51

Browse files
committed
fix(renovate): update configuration settings
1 parent d944452 commit 5c25f51

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

renovate.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:recommended"
4+
"config:recommended",
5+
":dependencyDashboard"
6+
],
7+
"packageRules": [
8+
{
9+
"description": "Automerge updates",
10+
"matchUpdateTypes": ["major", "minor", "patch"],
11+
"automerge": true
12+
}
513
]
614
}

0 commit comments

Comments
 (0)