Skip to content

Commit 4a0c731

Browse files
⬆️: migrate config renovate.json (#441)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8a7f6f6 commit 4a0c731

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

renovate.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,17 @@
11
{
2-
"extends": ["config:base"],
2+
"extends": [
3+
"config:recommended"
4+
],
35
"rangeStrategy": "bump",
46
"packageRules": [
57
{
6-
"matchUpdateTypes": ["minor", "patch", "pin", "digest", "major"]
8+
"matchUpdateTypes": [
9+
"minor",
10+
"patch",
11+
"pin",
12+
"digest",
13+
"major"
14+
]
715
}
816
],
917
"commitMessagePrefix": "⬆️",

0 commit comments

Comments
 (0)