Skip to content

Commit 8abe2c0

Browse files
chore(config): migrate config renovate.json (#2793)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8b05984 commit 8abe2c0

File tree

1 file changed

+16
-5
lines changed

1 file changed

+16
-5
lines changed

renovate.json

Lines changed: 16 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
{
22
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
3-
"extends": ["github>the-guild-org/shared-config:renovate"],
3+
"extends": [
4+
"github>the-guild-org/shared-config:renovate"
5+
],
46
"automerge": true,
57
"major": {
68
"automerge": false
@@ -11,11 +13,20 @@
1113
},
1214
"packageRules": [
1315
{
14-
"excludePackagePatterns": ["@changesets/*", "typescript", "typedoc*", "^@theguild/", "next"],
15-
"matchPackagePatterns": ["*"],
16-
"matchUpdateTypes": ["minor", "patch"],
16+
"matchUpdateTypes": [
17+
"minor",
18+
"patch"
19+
],
1720
"groupName": "all non-major dependencies",
18-
"groupSlug": "all-minor-patch"
21+
"groupSlug": "all-minor-patch",
22+
"matchPackageNames": [
23+
"!/@changesets/*/",
24+
"!/typescript/",
25+
"!/typedoc*/",
26+
"!/^@theguild//",
27+
"!/next/",
28+
"*"
29+
]
1930
}
2031
]
2132
}

0 commit comments

Comments
 (0)