We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65b5863 commit 1ab5a19Copy full SHA for 1ab5a19
renovate.json
@@ -7,5 +7,27 @@
7
"lockFileMaintenance": {
8
"enabled": true,
9
"automerge": true
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
+ ]
33
}
0 commit comments