Skip to content

Commit 1ab5a19

Browse files
authored
Update renovate.json
1 parent 65b5863 commit 1ab5a19

File tree

1 file changed

+23
-1
lines changed

1 file changed

+23
-1
lines changed

Diff for: renovate.json

+23-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,27 @@
77
"lockFileMaintenance": {
88
"enabled": true,
99
"automerge": true
10-
}
10+
},
11+
"lockFileMaintenance": {
12+
"enabled": true,
13+
"automerge": true
14+
},
15+
"packageRules": [
16+
{
17+
"excludePackagePatterns": [
18+
"@changesets/*",
19+
"typescript",
20+
"^@theguild/",
21+
"next",
22+
"tailwindcss",
23+
"@whatwg-node/*",
24+
"graphql-jit",
25+
"husky"
26+
],
27+
"matchPackagePatterns": ["*"],
28+
"matchUpdateTypes": ["minor", "patch"],
29+
"groupName": "all non-major dependencies",
30+
"groupSlug": "all-minor-patch"
31+
}
32+
]
1133
}

0 commit comments

Comments
 (0)