Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Configure Renovate - autoclosed #42

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Mar 25, 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

  • .github/workflows/pr.yml (github-actions)
  • .github/workflows/release.yml (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
  • Enable Renovate Dependency Dashboard creation.
  • If Renovate detects semantic commits, it will use semantic commit type fix for dependencies and chore for all others.
  • 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.
  • apollo-server packages became scoped.
  • babel-eslint was renamed under the @babel scope.
  • Replace containerbase dependencies.
  • cucumber became scoped.
  • fastify packages became scoped.
  • hapi became scoped.
  • Jade was renamed to Pug.
  • joi became scoped under the hapi organization.
  • joi was moved out of the hapi organization.
  • The Kubernetes container registry has changed from k8s.gcr.io to registry.k8s.io.
  • The Kubernetes container registry has changed from k8s.gcr.io to registry.k8s.io.
  • The material-ui monorepo org was renamed from @material-ui to @mui.
  • The messageformat monorepo package naming scheme changed from messageFormat-{{package}}-to-@messageformat/{{package}}.
  • middie became scoped.
  • now was renamed to vercel.
  • @parcel/css was renamed to lightningcss.
  • react-query/devtools became scoped under the tanstack organization.
  • react-query became scoped under the tanstack organization.
  • react-scripts supports TypeScript since version 2.1.0.
  • The @renovate/pep440 package was renamed to @renovatebot/pep440.
  • The node-resolve plugin for rollup became scoped.
  • The vso-task-lib package is now published as azure-pipelines-task-lib.
  • The vsts-task-lib package is now published as azure-pipelines-task-lib.
  • The xmldom package is now published as @xmldom/xmldom.
  • A collection of 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 16 Pull Requests:

chore(deps): update dependency husky to v8.0.3
  • Schedule: ["at any time"]
  • Branch name: renovate/husky-8.x-lockfile
  • Merge into: main
  • Upgrade husky to 8.0.3
fix(deps): update dependency globby to v13.1.3
  • Schedule: ["at any time"]
  • Branch name: renovate/globby-13.x-lockfile
  • Merge into: main
  • Upgrade globby to 13.1.3
chore(deps): update commitlint monorepo
chore(deps): update dependency eslint to v8.36.0
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-8.x-lockfile
  • Merge into: main
  • Upgrade eslint to 8.36.0
chore(deps): update dependency eslint-config-prettier to v8.8.0
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-config-prettier-8.x-lockfile
  • Merge into: main
  • Upgrade eslint-config-prettier to 8.8.0
chore(deps): update dependency eslint-plugin-import to v2.27.5
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-import-2.x-lockfile
  • Merge into: main
  • Upgrade eslint-plugin-import to 2.27.5
chore(deps): update dependency eslint-plugin-n to v15.6.1
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-n-15.x-lockfile
  • Merge into: main
  • Upgrade eslint-plugin-n to 15.6.1
chore(deps): update dependency eslint-plugin-promise to v6.1.1
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-plugin-promise-6.x-lockfile
  • Merge into: main
  • Upgrade eslint-plugin-promise to 6.1.1
chore(deps): update dependency lint-staged to v13.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/lint-staged-13.x-lockfile
  • Merge into: main
  • Upgrade lint-staged to 13.2.0
chore(deps): update dependency prettier to v2.8.7
  • Schedule: ["at any time"]
  • Branch name: renovate/prettier-2.x-lockfile
  • Merge into: main
  • Upgrade prettier to 2.8.7
chore(deps): update dependency typescript to v4.9.5
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-4.x-lockfile
  • Merge into: main
  • Upgrade typescript to 4.9.5
fix(deps): update dependency git-hooks-list to v3.1.0
  • Schedule: ["at any time"]
  • Branch name: renovate/git-hooks-list-3.x-lockfile
  • Merge into: main
  • Upgrade git-hooks-list to 3.1.0
chore(deps): update dependency ava to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/ava-5.x
  • Merge into: main
  • Upgrade ava to ^5.0.0
chore(deps): update dependency semantic-release to v21
  • Schedule: ["at any time"]
  • Branch name: renovate/major-semantic-release-monorepo
  • Merge into: main
  • Upgrade semantic-release to ^21.0.0
chore(deps): update dependency tempy to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/tempy-3.x
  • Merge into: main
  • Upgrade tempy to ^3.0.0
chore(deps): update dependency typescript to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-5.x
  • Merge into: main
  • Upgrade typescript to ^5.0.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.

@renovate renovate bot changed the title Configure Renovate Configure Renovate - autoclosed Apr 4, 2023
@renovate renovate bot closed this Apr 4, 2023
@renovate renovate bot deleted the renovate/configure branch April 4, 2023 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
0 participants