Skip to content

Commit d109d49

Browse files
Migrate renovate config (#67)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2430418 commit d109d49

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

renovate.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
"config:recommended"
55
],
66
"labels": [
77
"dependencies",
@@ -10,7 +10,9 @@
1010
"prConcurrentLimit": 2,
1111
"packageRules": [
1212
{
13-
"matchUpdateTypes": ["minor"],
13+
"matchUpdateTypes": [
14+
"minor"
15+
],
1416
"prPriority": 5
1517
}
1618
]

0 commit comments

Comments
 (0)