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

Configure Renovate #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Configure Renovate #3

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jan 19, 2023

Mend Renovate

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

  • .devcontainer/Dockerfile.dev (dockerfile)
  • Dockerfile (dockerfile)
  • .github/workflows/acorn.yaml (github-actions)
  • 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.

🔡 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:

Update dependency @​types/styled-components to v5.1.34
  • Schedule: ["at any time"]
  • Branch name: renovate/styled-components-5.x-lockfile
  • Merge into: main
  • Upgrade @types/styled-components to 5.1.34
Update dependency react-markdown to v8.0.7
  • Schedule: ["at any time"]
  • Branch name: renovate/remark
  • Merge into: main
  • Upgrade react-markdown to 8.0.7
Update dependency typescript to v4.9.5
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-4.x
  • Merge into: main
  • Upgrade typescript to 4.9.5
Update dependency @​types/node to v18.19.3
  • Schedule: ["at any time"]
  • Branch name: renovate/node-18.x
  • Merge into: main
  • Upgrade @types/node to 18.19.3
Update dependency eslint to v8.55.0
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-8.x
  • Merge into: main
  • Upgrade eslint to 8.55.0
Update dependency eslint-config-next to v13.5.6
  • Schedule: ["at any time"]
  • Branch name: renovate/nextjs-monorepo
  • Merge into: main
  • Upgrade eslint-config-next to 13.5.6
Update prisma monorepo to v4.16.2
  • Schedule: ["at any time"]
  • Branch name: renovate/prisma-monorepo
  • Merge into: main
  • Upgrade @prisma/client to 4.16.2
  • Upgrade prisma to 4.16.2
Update react monorepo
  • Schedule: ["at any time"]
  • Branch name: renovate/react-monorepo
  • Merge into: main
  • Upgrade @types/react to 18.2.45
  • Upgrade @types/react-dom to 18.2.17
Update Node.js to v20
  • Schedule: ["at any time"]
  • Branch name: renovate/node-20.x
  • Merge into: main
  • Upgrade node to 20-alpine
  • Upgrade @types/node to 20.10.4
Update acorn-io/actions-login action to v2
  • Schedule: ["at any time"]
  • Branch name: renovate/acorn-io-actions-login-2.x
  • Merge into: main
  • Upgrade acorn-io/actions-login to v2
Update actions/checkout action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: main
  • Upgrade actions/checkout to v4
Update dependency eslint-config-next to v14
  • Schedule: ["at any time"]
  • Branch name: renovate/major-nextjs-monorepo
  • Merge into: main
  • Upgrade eslint-config-next to 14.0.4
Update dependency react-markdown to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/major-remark
  • Merge into: main
  • Upgrade react-markdown to ^9.0.0
Update dependency typescript to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-5.x
  • Merge into: main
  • Upgrade typescript to 5.3.3
Update mcr.microsoft.com/vscode/devcontainers/javascript-node Docker tag to v20
  • Schedule: ["at any time"]
  • Branch name: renovate/mcr.microsoft.com-vscode-devcontainers-javascript-node-20.x
  • Merge into: main
  • Upgrade mcr.microsoft.com/vscode/devcontainers/javascript-node to 20
Update prisma monorepo to v5 (major)
  • Schedule: ["at any time"]
  • Branch name: renovate/major-prisma-monorepo
  • Merge into: main
  • Upgrade @prisma/client to ^5.0.0
  • Upgrade prisma to 5.7.0

🚸 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.

@tylerslaton
Copy link
Contributor

@vincent99 thoughts? Is renovate necessary for this repo?

@vincent99
Copy link
Contributor

It is good for keeping the dependencies up to date if this is going to be a reference people use, but in JS-land there's constantly changes it'll be submitting to keep up with. Probably want to add the renovate.json to run it on a schedule and such (see ui repo).

@tylerslaton
Copy link
Contributor

I'll get that setup.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants