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 61edcf4
Showing 1 changed file with 19 additions and 5 deletions.
24 changes: 19 additions & 5 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,11 @@
{
"groupName": "ESLint dependencies",
"addLabels": ["📦 package:eslint-config"],
"packagePatterns": ["eslint"]
"packagePatterns": [
"eslint",
"@typescript-eslint",
"eslint-config-prettier"
]
},
{
"groupName": "markdownlint dependencies",
Expand All @@ -39,12 +43,16 @@
{
"groupName": "Prettier dependencies",
"addLabels": ["📦 package:prettier-config"],
"packagePatterns": ["prettier"]
"packagePatterns": ["prettier"],
"excludePackagePatterns": [
"eslint-config-prettier",
"stylelint-config-prettier"
]
},
{
"groupName": "Stylelint dependencies",
"addLabels": ["📦 package:stylelint-config"],
"packagePatterns": ["stylelint"]
"packagePatterns": ["stylelint", "stylelint-config-prettier"]
},
{
"groupName": "syncpack dependencies",
Expand All @@ -54,7 +62,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 61edcf4

Please sign in to comment.