Skip to content

Commit daff45a

Browse files
committed
use share renovate config
1 parent 92f6543 commit daff45a

File tree

1 file changed

+1
-33
lines changed

1 file changed

+1
-33
lines changed

renovate.json

Lines changed: 1 addition & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,3 @@
11
{
2-
"extends": ["config:base"],
3-
"postUpdateOptions": ["yarnDedupeFewer"],
4-
"automerge": false,
5-
"labels": ["dependencies"],
6-
"packageRules": [
7-
{
8-
"matchDepTypes": ["devDependencies"],
9-
"prPriority": -1
10-
},
11-
{
12-
"matchPackagePatterns": ["^@theguild/", "^@guild-docs/"],
13-
"prPriority": 5
14-
},
15-
{
16-
"excludePackageNames": [
17-
"@changesets/cli",
18-
"@changesets/apply-release-plan",
19-
"@changesets/assemble-release-plan",
20-
"typescript"
21-
],
22-
"matchPackagePatterns": ["*"],
23-
"matchUpdateTypes": ["minor", "patch"],
24-
"groupName": "all non-major dependencies",
25-
"groupSlug": "all-minor-patch"
26-
},
27-
{
28-
"matchPackageNames": "typescript",
29-
"automerge": false
30-
}
31-
],
32-
"timezone": "Europe/Warsaw",
33-
"schedule": ["after 10pm and before 6:00am"],
34-
"ignorePaths": ["**/__tests__/**", "**/test/**", "**/tests/**", "**/__fixtures__/**"]
2+
"extends": ["github>the-guild-org/shared-config:renovate"]
353
}

0 commit comments

Comments
 (0)