Skip to content

Commit

Permalink
Configure Renovate (#17)
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://github.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)
 * `playground/package.json` (npm)

### Configuration Summary

Based on the default config's presets, Renovate will:

  - Start dependency updates only once this onboarding PR is merged
  - 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 11 Pull Requests:

<details>
<summary>chore(deps): update dependency @&#8203;nuxt/module-builder to
v0.3.1</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/nuxt-module-builder-0.x-lockfile`
  - Merge into: `main`
  - Upgrade @&#8203;nuxt/module-builder to `0.3.1`


</details>

<details>
<summary>fix(deps): update dependency h3 to v1.6.6</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/h3-1.x-lockfile`
  - Merge into: `main`
  - Upgrade [h3](https://github.com/unjs/h3) to `1.6.6`


</details>

<details>
<summary>fix(deps): update dependency sirv to v2.0.3</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/sirv-2.x-lockfile`
  - Merge into: `main`
  - Upgrade [sirv](https://github.com/lukeed/sirv) to `2.0.3`


</details>

<details>
<summary>chore(deps): update dependency vitest to ^0.31.0</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/vitest-monorepo`
  - Merge into: `main`
- Upgrade [vitest](https://github.com/vitest-dev/vitest) to `^0.31.0`


</details>

<details>
<summary>fix(deps): update dependency changelogen to ^0.5.0</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/changelogen-0.x`
  - Merge into: `main`
- Upgrade [changelogen](https://github.com/unjs/changelogen) to
`^0.5.0`


</details>

<details>
<summary>fix(deps): update dependency eslint to v8.40.0</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/eslint-8.x-lockfile`
  - Merge into: `main`
  - Upgrade [eslint](https://github.com/eslint/eslint) to `8.40.0`


</details>

<details>
<summary>fix(deps): update dependency nuxt to v3.5.0</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/nuxt-3.x`
  - Merge into: `main`
  - Upgrade [nuxt](https://github.com/nuxt/nuxt) to `3.5.0`


</details>

<details>
<summary>fix(deps): update dependency nuxt-icon to ^0.4.0</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/nuxt-icon-0.x`
  - Merge into: `main`
- Upgrade [nuxt-icon](https://github.com/nuxt-modules/icon) to
`^0.4.0`


</details>

<details>
<summary>fix(deps): update dependency unstorage to v1.6.0</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/unstorage-1.x-lockfile`
  - Merge into: `main`
  - Upgrade [unstorage](https://github.com/unjs/unstorage) to `1.6.0`


</details>

<details>
<summary>fix(deps): update dependency @&#8203;vueuse/core to
v10</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/vueuse-core-10.x`
  - Merge into: `main`
- Upgrade [@vueuse/core](https://github.com/vueuse/vueuse) to
`^10.0.0`


</details>

<details>
<summary>fix(deps): update dependency @&#8203;vueuse/nuxt to
v10</summary>

  - Schedule: ["at any time"]
  - Branch name: `renovate/vueuse-nuxt-10.x`
  - Merge into: `main`
- Upgrade [@vueuse/nuxt](https://github.com/vueuse/vueuse) to
`^10.0.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://github.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://app.renovatebot.com/dashboard#github/huang-julien/nuxt-hydration).

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed May 16, 2023
1 parent 2b48413 commit f145b09
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 f145b09

Please sign in to comment.