Skip to content

Commit 29eea48

Browse files
authoredMar 4, 2025··
Migrate config .github/renovate.json
1 parent 3101780 commit 29eea48

File tree

1 file changed

+9
-2
lines changed

1 file changed

+9
-2
lines changed
 

‎.github/renovate.json

+9-2
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)
Please sign in to comment.