Skip to content

Commit b6c5d41

Browse files
committed
streamline renovate config
1 parent 93673bf commit b6c5d41

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
"lint:eslint": "eslint .",
2222
"lint:eslint:fix": "eslint . --fix",
2323
"lint:fix": "pnpm lint:prettier:fix && pnpm lint:eslint:fix",
24+
"lint:renovate": "npx --yes --package renovate -- renovate-config-validator",
2425
"lint:prettier": "prettier -c .",
2526
"lint:prettier:fix": "prettier . --write",
2627
"release": "pnpm build && changeset publish",

renovate.json

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,13 @@
1616
"rebaseWhen": "conflicted",
1717
"packageRules": [
1818
{
19-
"excludePackagePatterns": [
20-
"typescript",
21-
"typedoc*",
22-
"^@theguild/"
23-
],
24-
"matchPackagePatterns": ["*"],
2519
"matchUpdateTypes": ["minor", "patch"],
2620
"groupName": "all non-major dependencies",
2721
"groupSlug": "all-minor-patch"
22+
},
23+
{
24+
"matchPackageNames": ["typescript", "@theguild/**"],
25+
"groupName": null
2826
}
2927
]
3028
}

0 commit comments

Comments
 (0)