Skip to content

Commit

Permalink
Configure Renovate (#40)
Browse files Browse the repository at this point in the history
[![Mend
Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com)

Welcome to [Renovate](https://togithub.com/renovatebot/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

 * `package.json` (npm)

### Configuration Summary

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.

🔡 Would you like to change the way Renovate is upgrading your
dependencies? Simply edit the `renovate.json` in this branch with your
custom config and the list of Pull Requests in the "What to Expect"
section below will be updated the next time Renovate runs.

---

### What to Expect

With your current configuration, Renovate will create 4 Pull Requests:

<details>
<summary>chore(deps): update nextjs monorepo to v14.0.1</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/nextjs-monorepo`
  - Merge into: `master`
- Upgrade [eslint-config-next](https://togithub.com/vercel/next.js) to
`14.0.1`
  - Upgrade [next](https://togithub.com/vercel/next.js) to `14.0.1`


</details>

<details>
<summary>fix(deps): update dependency zustand to v4.4.5</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/zustand-4.x-lockfile`
  - Merge into: `master`
  - Upgrade [zustand](https://togithub.com/pmndrs/zustand) to `4.4.5`


</details>

<details>
<summary>fix(deps): update material-ui monorepo</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/material-ui-monorepo`
  - Merge into: `master`
- Upgrade [@mui/lab](https://togithub.com/mui/material-ui) to
`5.0.0-alpha.151`
- Upgrade [@mui/material](https://togithub.com/mui/material-ui) to
`5.14.16`


</details>

<details>
<summary>fix(deps): update dependency sonner to v1.1.0</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/sonner-1.x-lockfile`
  - Merge into: `master`
- Upgrade [sonner](https://togithub.com/emilkowalski/sonner) to `1.1.0`


</details>

<br />

🚸 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](https://docs.renovatebot.com/), particularly the Getting Started
section.
If you need any further assistance then you can also [request help
here](https://togithub.com/renovatebot/renovate/discussions).


---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log
[here](https://developer.mend.io/github/SHABIN-K/toss).


<!--renovate-config-hash:16b5d9aaa4c1b72cbe8c97df5985b530c94d3cb61c84931d45dcc539f5fbf9f7-->
  • Loading branch information
SHABIN-K authored Nov 1, 2023
2 parents 745b3ca + fd25d90 commit 7fa443e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": [
"config:base"
]
}

0 comments on commit 7fa443e

Please sign in to comment.