Skip to content

Commit

Permalink
chore(project): bump deps and set renovate limit (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored Jan 24, 2024
1 parent 0d6ab0a commit 1dd1175
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 70 deletions.
12 changes: 6 additions & 6 deletions .github/labeler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,27 @@ labels:
- label: kind/feature
sync: true
matcher:
title: "^feat\\(.+\\): .+"
title: "^feat(\\(.+\\))?: .+"

- label: kind/fix
sync: true
matcher:
title: "^fix\\(.+\\): .+"
title: "^fix(\\(.+\\))?: .+"

- label: kind/chore
sync: true
matcher:
title: "^chore\\(.+\\): .+"
title: "^chore(\\(.+\\))?: .+"

- label: kind/refactor
sync: true
matcher:
title: "^refactor\\(.+\\): .+"
title: "^refactor(\\(.+\\))?: .+"

- label: kind/docs
sync: true
matcher:
title: "^docs\\(.+\\): .+"
title: "^docs(\\(.+\\))?: .+"

- label: kind/dependencies
sync: true
Expand All @@ -35,7 +35,7 @@ checks:
- context: 'Semantic Pull Request'
description:
success: Ready for review & merge.
failure: 'Missing semantic title or label for merge [kind(directory): title]'
failure: 'Missing semantic title for merge [kind(directory): title]'
labels:
any:
- kind/feature
Expand Down
5 changes: 5 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"dependencyDashboardApproval": false
},
"rangeStrategy": "bump",
"prHourlyLimit": 1,
"packageRules": [
{
"matchPackageNames": ["node", "npm", "pnpm", "yarn", "typescript", "@types/node"],
Expand All @@ -16,6 +17,10 @@
{
"matchPackagePatterns": ["^@contentedjs/"],
"groupName": "@contentedjs"
},
{
"matchPackagePatterns": ["^@eslint/", "^eslint$"],
"groupName": "@eslint"
}
]
}
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"@jest/globals": "^29.7.0",
"@swc/core": "^1.3.105",
"@swc/jest": "^0.2.31",
"@types/node": "^18.19.3",
"@types/node": "^18.19.9",
"@workspace/eslint-config": "workspace:*",
"@workspace/prettier-config": "workspace:*",
"eslint": "^8.56.0",
Expand All @@ -25,9 +25,9 @@
"lint-staged": "^15.2.0",
"prettier": "^3.2.4",
"turbo": "^1.11.3",
"typescript": "5.2.2"
"typescript": "5.3.3"
},
"packageManager": "[email protected].1",
"packageManager": "[email protected].3",
"engines": {
"node": "^18 <19",
"pnpm": "^8 <9"
Expand Down
Loading

0 comments on commit 1dd1175

Please sign in to comment.