Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
build(Renovate): 🔧 Tweak package patterns
Browse files Browse the repository at this point in the history
  • Loading branch information
xeho91 committed Mar 23, 2022
1 parent 5a3ac63 commit b3d1183
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"extends": ["github>terminal-nerds/.github//.github/renovate"],
"packageRules": [
{
"groupName": "monorepo tools",
"groupName": "project monorepo tools",
"addLabels": ["🧰 monorepo"],
"packagePatterns": [
"all-contributors-cli",
Expand All @@ -29,7 +29,7 @@
{
"groupName": "ESLint dependencies",
"addLabels": ["📦 package:eslint-config"],
"packagePatterns": ["eslint"]
"packagePatterns": ["eslint", "@typescript-eslint"]
},
{
"groupName": "markdownlint dependencies",
Expand All @@ -54,7 +54,13 @@
{
"groupName": "TypeScript dependencies",
"addLabels": ["📦 package:typescript-config"],
"packagePatterns": ["@types/node", "tslib", "typescript"]
"packagePatterns": ["@types/node", "tslib", "typescript"],
"excludePackagePatterns": ["@typescript-eslint"]
},
{
"groupName": "project prerequisities",
"addLabels": ["🧰 monorepo"],
"packagePatterns": ["node", "pnpm"]
}
]
}

0 comments on commit b3d1183

Please sign in to comment.