Skip to content

Commit 81ac288

Browse files
committed
chore: configure renovate
1 parent 9622779 commit 81ac288

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

renovate.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3+
"extends": [
4+
"config:base"
5+
],
6+
"timezone": "Asia/Shanghai",
7+
"schedule": [
8+
"every sunday"
9+
],
10+
"packageRules": [
11+
{
12+
"matchPackagePatterns": [
13+
"*"
14+
],
15+
"matchUpdateTypes": [
16+
"minor",
17+
"patch"
18+
],
19+
"groupName": "all non-major dependencies",
20+
"groupSlug": "all-minor-patch"
21+
}
22+
]
23+
}

0 commit comments

Comments
 (0)