Skip to content

Commit 2a3481d

Browse files
Migrate config .github/renovate.json
1 parent 93a4713 commit 2a3481d

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed

.github/renovate.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,15 @@
11
{
2-
"extends": ["config:base"],
2+
"extends": [
3+
"config:recommended"
4+
],
35
"packageRules": [
46
{
5-
"matchUpdateTypes": ["minor", "patch", "pin", "digest"],
7+
"matchUpdateTypes": [
8+
"minor",
9+
"patch",
10+
"pin",
11+
"digest"
12+
],
613
"automerge": true
714
}
815
]

0 commit comments

Comments
 (0)