Skip to content

Commit

Permalink
chore(project): update renovate.json (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored Mar 25, 2024
1 parent 9381242 commit 5e227be
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
3 changes: 1 addition & 2 deletions .github/renovate.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@
"rangeStrategy": "bump",
"packageRules": [
{
"matchPackageNames": ["node", "npm", "pnpm", "yarn", "typescript", "@types/node"],
"groupName": "engines",
"matchPackageNames": ["node", "typescript", "@types/node", "@types/react"],
"enabled": false
},
{
Expand Down
1 change: 1 addition & 0 deletions .idea/crypto-frontmatter.iml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.10",
"@types/react": "18.2.67",
"@types/react": "18.2.69",
"@workspace/eslint-config-next": "workspace:*",
"autoprefixer": "^10.4.19",
"tailwindcss": "^3.4.1"
Expand Down

0 comments on commit 5e227be

Please sign in to comment.