Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Commit

Permalink
Configure Renovate (#22)
Browse files Browse the repository at this point in the history
[![Mend Renovate logo
banner](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

 * `.github/workflows/ci.yml` (github-actions)
 * `.github/workflows/debug.yml` (github-actions)
 * `package.json` (npm)
 * `.nvmrc` (nvm)

### 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.
  - Weekly schedule on early Monday mornings.
  - Run Renovate on following schedule: before 4am on Monday

🔡 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 6 Pull Requests:

<details>
<summary>Update dependency axios to v1.6.0 [SECURITY]</summary>

  - Branch name: `renovate/npm-axios-vulnerability`
  - Merge into: `main`
  - Upgrade [axios](https://togithub.com/axios/axios) to `1.6.0`


</details>

<details>
<summary>Update dependency @&#8203;actions/core to v1.10.1</summary>

  - Schedule: ["before 4am on Monday"]
  - Branch name: `renovate/actions-core-1.x-lockfile`
  - Merge into: `main`
- Upgrade [@actions/core](https://togithub.com/actions/toolkit) to
`1.10.1`


</details>

<details>
<summary>Update dependency zod to v3.22.4</summary>

  - Schedule: ["before 4am on Monday"]
  - Branch name: `renovate/zod-3.x-lockfile`
  - Merge into: `main`
  - Upgrade [zod](https://togithub.com/colinhacks/zod) to `3.22.4`


</details>

<details>
<summary>Update all non-major dev dependencies</summary>

  - Schedule: ["before 4am on Monday"]
  - Branch name: `renovate/all-minor-patch-dev`
  - Merge into: `main`
- Upgrade
[@types/node](https://togithub.com/DefinitelyTyped/DefinitelyTyped) to
`20.9.4`
  - Upgrade [@vercel/ncc](https://togithub.com/vercel/ncc) to `^0.38.0`
- Upgrade [prettier](https://togithub.com/prettier/prettier) to `3.1.0`
  - Upgrade [tsx](https://togithub.com/privatenumber/tsx) to `3.14.0`
- Upgrade [typescript](https://togithub.com/Microsoft/TypeScript) to
`5.3.2`


</details>

<details>
<summary>Update actions/setup-node action to v4</summary>

  - Schedule: ["before 4am on Monday"]
  - Branch name: `renovate/actions-setup-node-4.x`
  - Merge into: `main`
- Upgrade [actions/setup-node](https://togithub.com/actions/setup-node)
to `v4`


</details>

<details>
<summary>Update dependency tsx to v4</summary>

  - Schedule: ["before 4am on Monday"]
  - Branch name: `renovate/tsx-4.x`
  - Merge into: `main`
  - Upgrade [tsx](https://togithub.com/privatenumber/tsx) to `^4.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://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/autoblocksai/neon-actions).


<!--renovate-config-hash:e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Nicole White <[email protected]>
  • Loading branch information
renovate[bot] and Nicole White authored Nov 22, 2023
1 parent 51e567b commit d69eb0d
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/renovate.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
{
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended", "schedule:weekly"],
"reviewers": ["team:engineering"],
"packageRules": [
{
"groupName": "all non-major dev dependencies",
"groupSlug": "all-minor-patch-dev",
"matchDepTypes": ["devDependencies"],
"matchPackagePatterns": ["*"],
"matchUpdateTypes": ["minor", "patch"]
},
{
"packageNames": ["node"],
"enabled": false
}
]
}

0 comments on commit d69eb0d

Please sign in to comment.