Skip to content

Commit 198f04f

Browse files
Update renovate.json
1 parent 232423c commit 198f04f

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

renovate.json

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
{
2-
"extends": ["config:base"],
3-
"ignoreTests": true,
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": ["config:recommended"],
44
"packageRules": [
5-
{
6-
"updateTypes": ["minor", "patch"],
7-
"automerge": true
8-
}
9-
]
10-
}
11-
5+
{
6+
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
7+
"automerge": true
8+
}
9+
],
10+
"lockFileMaintenance": {
11+
"enabled": true
12+
}
13+
}

0 commit comments

Comments
 (0)