Based on the default config's presets, Renovate will:
Start dependency updates only once this onboarding PR is merged
Show all Merge Confidence badges for pull requests.
Enable Renovate Dependency Dashboard creation.
Use semantic commit type fix for dependencies and chore for all others if semantic commits are in use.
Ignore node_modules, bower_components, vendor and various test/tests directories.
Group known monorepo packages together.
Use curated list of recommended non-monorepo package groupings.
Apply crowd-sourced package replacement rules.
Apply crowd-sourced workarounds for known problems with packages.
🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch. Renovate will update the Pull Request description the next time it runs.
What to Expect
With your current configuration, Renovate will create 16 Pull Requests:
chore(deps): update dependency autoprefixer to v10.4.19
- Schedule: ["at any time"]
- Branch name: `renovate/autoprefixer-10.x-lockfile`
- Merge into: `master`
- Upgrade [autoprefixer](https://togithub.com/postcss/autoprefixer) to `10.4.19`
chore(deps): update dependency postcss to v8.4.39
- Schedule: ["at any time"]
- Branch name: `renovate/postcss-8.x-lockfile`
- Merge into: `master`
- Upgrade [postcss](https://togithub.com/postcss/postcss) to `8.4.39`
chore(deps): update dependency tailwindcss to v3.4.4
- Schedule: ["at any time"]
- Branch name: `renovate/tailwindcss-3.x-lockfile`
- Merge into: `master`
- Upgrade [tailwindcss](https://togithub.com/tailwindlabs/tailwindcss) to `3.4.4`
chore(deps): update dependency @types/node to v20.14.9
- Schedule: ["at any time"]
- Branch name: `renovate/node-20.x-lockfile`
- Merge into: `master`
- Upgrade [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `20.14.9`
chore(deps): update dependency typescript to v5.5.3
- Schedule: ["at any time"]
- Branch name: `renovate/typescript-5.x-lockfile`
- Merge into: `master`
- Upgrade [typescript](https://togithub.com/Microsoft/TypeScript) to `5.5.3`
chore(deps): update nextjs monorepo to v14.2.4
- Schedule: ["at any time"]
- Branch name: `renovate/nextjs-monorepo`
- Merge into: `master`
- Upgrade [eslint-config-next](https://togithub.com/vercel/next.js) to `14.2.4`
- Upgrade [next](https://togithub.com/vercel/next.js) to `14.2.4`
chore(deps): update react monorepo to v18.3.3
- Schedule: ["at any time"]
- Branch name: `renovate/react-monorepo`
- Merge into: `master`
- Upgrade [@types/react](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `18.3.3`
- Upgrade [@types/react-dom](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `18.3.0`
- Upgrade [react](https://togithub.com/facebook/react) to `18.3.1`
- Upgrade [react-dom](https://togithub.com/facebook/react) to `18.3.1`
fix(deps): update dependency @nextui-org/react to v2.4.2
- Schedule: ["at any time"]
- Branch name: `renovate/nextui-org-react-2.x-lockfile`
- Merge into: `master`
- Upgrade [@nextui-org/react](https://togithub.com/nextui-org/nextui) to `2.4.2`
fix(deps): update dependency @uploadthing/react to v6.7.2
- Schedule: ["at any time"]
- Branch name: `renovate/uploadthing-react-6.x-lockfile`
- Merge into: `master`
- Upgrade @uploadthing/react to `6.7.2`
fix(deps): update dependency framer-motion to v11.2.12
- Schedule: ["at any time"]
- Branch name: `renovate/framer-motion-11.x-lockfile`
- Merge into: `master`
- Upgrade [framer-motion](https://togithub.com/framer/motion) to `11.2.12`
fix(deps): update dependency mongodb to v6.8.0
- Schedule: ["at any time"]
- Branch name: `renovate/mongodb-6.x-lockfile`
- Merge into: `master`
- Upgrade [mongodb](https://togithub.com/mongodb/node-mongodb-native) to `6.8.0`
fix(deps): update dependency react-icons to v5.2.1
- Schedule: ["at any time"]
- Branch name: `renovate/react-icons-5.x-lockfile`
- Merge into: `master`
- Upgrade [react-icons](https://togithub.com/react-icons/react-icons) to `5.2.1`
fix(deps): update dependency uploadthing to v6.13.2
- Schedule: ["at any time"]
- Branch name: `renovate/uploadthing-6.x-lockfile`
- Merge into: `master`
- Upgrade uploadthing to `6.13.2`
chore(deps): update actions/checkout action to v4
- Schedule: ["at any time"]
- Branch name: `renovate/actions-checkout-4.x`
- Merge into: `master`
- Upgrade [actions/checkout](https://togithub.com/actions/checkout) to `v4`
chore(deps): update dependency eslint to v9
- Schedule: ["at any time"]
- Branch name: `renovate/major-eslint-monorepo`
- Merge into: `master`
- Upgrade [eslint](https://togithub.com/eslint/eslint) to `^9.0.0`
chore(deps): update node.js to v20
- Schedule: ["at any time"]
- Branch name: `renovate/node-20.x`
- Merge into: `master`
- Upgrade [node](https://togithub.com/nodejs/node) to `20-alpine`
🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for prhourlylimit for details.
❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section.
If you need any further assistance then you can also request help here.
This PR has been generated by Mend Renovate. View repository job log here.
Welcome to Renovate! This is an onboarding PR to help you understand and configure settings before regular Pull Requests begin.
🚦 To activate Renovate, merge this Pull Request. To disable Renovate, simply close this Pull Request unmerged.
Detected Package Files
Dockerfile
(dockerfile).github/workflows/autocomment-iss-close.yml
(github-actions).github/workflows/greetings.yml
(github-actions)package.json
(npm)Configuration Summary
Based on the default config's presets, Renovate will:
fix
for dependencies andchore
for all others if semantic commits are in use.node_modules
,bower_components
,vendor
and various test/tests directories.🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to
renovate.json
in this branch. Renovate will update the Pull Request description the next time it runs.What to Expect
With your current configuration, Renovate will create 16 Pull Requests:
chore(deps): update dependency autoprefixer to v10.4.19
- Schedule: ["at any time"] - Branch name: `renovate/autoprefixer-10.x-lockfile` - Merge into: `master` - Upgrade [autoprefixer](https://togithub.com/postcss/autoprefixer) to `10.4.19`chore(deps): update dependency postcss to v8.4.39
- Schedule: ["at any time"] - Branch name: `renovate/postcss-8.x-lockfile` - Merge into: `master` - Upgrade [postcss](https://togithub.com/postcss/postcss) to `8.4.39`chore(deps): update dependency tailwindcss to v3.4.4
- Schedule: ["at any time"] - Branch name: `renovate/tailwindcss-3.x-lockfile` - Merge into: `master` - Upgrade [tailwindcss](https://togithub.com/tailwindlabs/tailwindcss) to `3.4.4`chore(deps): update dependency @types/node to v20.14.9
- Schedule: ["at any time"] - Branch name: `renovate/node-20.x-lockfile` - Merge into: `master` - Upgrade [@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `20.14.9`chore(deps): update dependency typescript to v5.5.3
- Schedule: ["at any time"] - Branch name: `renovate/typescript-5.x-lockfile` - Merge into: `master` - Upgrade [typescript](https://togithub.com/Microsoft/TypeScript) to `5.5.3`chore(deps): update nextjs monorepo to v14.2.4
- Schedule: ["at any time"] - Branch name: `renovate/nextjs-monorepo` - Merge into: `master` - Upgrade [eslint-config-next](https://togithub.com/vercel/next.js) to `14.2.4` - Upgrade [next](https://togithub.com/vercel/next.js) to `14.2.4`chore(deps): update react monorepo to v18.3.3
- Schedule: ["at any time"] - Branch name: `renovate/react-monorepo` - Merge into: `master` - Upgrade [@types/react](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `18.3.3` - Upgrade [@types/react-dom](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to `18.3.0` - Upgrade [react](https://togithub.com/facebook/react) to `18.3.1` - Upgrade [react-dom](https://togithub.com/facebook/react) to `18.3.1`fix(deps): update dependency @nextui-org/react to v2.4.2
- Schedule: ["at any time"] - Branch name: `renovate/nextui-org-react-2.x-lockfile` - Merge into: `master` - Upgrade [@nextui-org/react](https://togithub.com/nextui-org/nextui) to `2.4.2`fix(deps): update dependency @uploadthing/react to v6.7.2
- Schedule: ["at any time"] - Branch name: `renovate/uploadthing-react-6.x-lockfile` - Merge into: `master` - Upgrade @uploadthing/react to `6.7.2`fix(deps): update dependency framer-motion to v11.2.12
- Schedule: ["at any time"] - Branch name: `renovate/framer-motion-11.x-lockfile` - Merge into: `master` - Upgrade [framer-motion](https://togithub.com/framer/motion) to `11.2.12`fix(deps): update dependency mongodb to v6.8.0
- Schedule: ["at any time"] - Branch name: `renovate/mongodb-6.x-lockfile` - Merge into: `master` - Upgrade [mongodb](https://togithub.com/mongodb/node-mongodb-native) to `6.8.0`fix(deps): update dependency react-icons to v5.2.1
- Schedule: ["at any time"] - Branch name: `renovate/react-icons-5.x-lockfile` - Merge into: `master` - Upgrade [react-icons](https://togithub.com/react-icons/react-icons) to `5.2.1`fix(deps): update dependency uploadthing to v6.13.2
- Schedule: ["at any time"] - Branch name: `renovate/uploadthing-6.x-lockfile` - Merge into: `master` - Upgrade uploadthing to `6.13.2`chore(deps): update actions/checkout action to v4
- Schedule: ["at any time"] - Branch name: `renovate/actions-checkout-4.x` - Merge into: `master` - Upgrade [actions/checkout](https://togithub.com/actions/checkout) to `v4`chore(deps): update dependency eslint to v9
- Schedule: ["at any time"] - Branch name: `renovate/major-eslint-monorepo` - Merge into: `master` - Upgrade [eslint](https://togithub.com/eslint/eslint) to `^9.0.0`chore(deps): update node.js to v20
- Schedule: ["at any time"] - Branch name: `renovate/node-20.x` - Merge into: `master` - Upgrade [node](https://togithub.com/nodejs/node) to `20-alpine`🚸 Branch creation will be limited to maximum 2 per hour, so it doesn't swamp any CI resources or overwhelm the project. See docs for
prhourlylimit
for details.❓ Got questions? Check out Renovate's Docs, particularly the Getting Started section. If you need any further assistance then you can also request help here.
This PR has been generated by Mend Renovate. View repository job log here.