Skip to content

Commit 0cc7ec8

Browse files
chore(deps): lock file maintenance (#2860)
* chore(deps): lock file maintenance * Update renovate.json --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Arda TANRIKULU <[email protected]>
1 parent c56e94e commit 0cc7ec8

File tree

2 files changed

+3160
-2252
lines changed

2 files changed

+3160
-2252
lines changed

.github/renovate.json

+15-2
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,27 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
33
"extends": ["github>the-guild-org/shared-config:renovate"],
4+
"automerge": true,
5+
"major": {
6+
"automerge": false
7+
},
48
"lockFileMaintenance": {
59
"enabled": true,
610
"automerge": true
711
},
812
"packageRules": [
913
{
10-
"matchPackagePatterns": ["*"],
11-
"automerge": true
14+
"matchUpdateTypes": ["minor", "patch"],
15+
"groupName": "all non-major dependencies",
16+
"groupSlug": "all-minor-patch",
17+
"matchPackageNames": [
18+
"!/@changesets/*/",
19+
"!/typescript/",
20+
"!/^@theguild//",
21+
"!/next/",
22+
"!/husky/",
23+
"*"
24+
]
1225
}
1326
]
1427
}

0 commit comments

Comments
 (0)