Skip to content

Commit

Permalink
fix: fix renovate.json
Browse files Browse the repository at this point in the history
  • Loading branch information
exKAZUu committed Sep 21, 2024
1 parent 3c566af commit f854f86
Show file tree
Hide file tree
Showing 3 changed files with 122 additions and 229 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,15 +50,15 @@
"framer-motion": "11.5.6",
"jsonwebtoken": "9.0.2",
"jwks-rsa": "3.1.0",
"next": "15.0.0-rc.0",
"next": "15.0.0-canary.161",
"nextjs-cors": "2.2.0",
"nextjs-toploader": "3.6.15",
"pino": "9.4.0",
"pino-pretty": "11.2.2",
"pm2": "5.4.2",
"prisma": "5.19.1",
"react": "19.0.0-rc-fb9a90fa48-20240614",
"react-dom": "19.0.0-rc-fb9a90fa48-20240614",
"react": "19.0.0-rc-e4953922-20240919",
"react-dom": "19.0.0-rc-e4953922-20240919",
"react-icons": "5.3.0",
"react-idle-timer": "5.7.2",
"react-syntax-highlighter": "15.5.0",
Expand Down Expand Up @@ -92,7 +92,7 @@
"concurrently": "9.0.1",
"conventional-changelog-conventionalcommits": "8.0.0",
"eslint": "8.57.0",
"eslint-config-next": "15.0.0-rc.0",
"eslint-config-next": "15.0.0-canary.161",
"eslint-config-prettier": "9.1.0",
"eslint-import-resolver-typescript": "3.6.3",
"eslint-plugin-import": "2.30.0",
Expand Down
3 changes: 2 additions & 1 deletion renovate.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["github>WillBooster/willbooster-configs:renovate.json5"]
"extends": ["github>WillBooster/willbooster-configs:renovate.json5"],
"packageRules": [{ "packageNames": ["next", "react", "react-dom", "eslint-config-next"], "enabled": false }]
}
Loading

0 comments on commit f854f86

Please sign in to comment.