Skip to content

Commit fdde538

Browse files
committed
修正
1 parent bed9fa2 commit fdde538

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

renovate.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
{
22
"extends": [
3-
"config:base",
4-
"group:allNonMajor"
3+
"config:base"
54
],
65
"timezone": "Asia/Tokyo",
76
"prHourlyLimit": 5,
87
"packageRules": [
8+
{
9+
"updateTypes": ["minor", "patch"],
10+
"groupName": "minor and path (non-major)",
11+
"excludePackagePatterns": ["^eslint"]
12+
},
913
{
1014
"packagePatterns": ["^eslint"],
1115
"groupName": "eslint packages"

0 commit comments

Comments
 (0)