Skip to content

Commit 316d65d

Browse files
Migrate renovate config (#82)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 402b86e commit 316d65d

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,14 +1,16 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": [
4-
"config:base"
4+
"config:recommended"
55
],
66
"labels": [
77
"dependencies"
88
],
99
"packageRules": [
1010
{
11-
"updateTypes": ["patch"],
11+
"matchUpdateTypes": [
12+
"patch"
13+
],
1214
"enabled": false
1315
}
1416
]

0 commit comments

Comments
 (0)