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 #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Configure Renovate #1

wants to merge 3 commits into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Sep 2, 2022

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/release.yml (github-actions)
  • .github/workflows/test.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
  • 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 19 Pull Requests:

chore(deps): update dependency @​oclif/help to v1.0.15
  • Schedule: ["at any time"]
  • Branch name: renovate/oclif-help-1.x-lockfile
  • Merge into: develop
  • Upgrade @oclif/help to 1.0.15
chore(deps): update dependency @​types/node to v20.11.25
  • Schedule: ["at any time"]
  • Branch name: renovate/node-20.x-lockfile
  • Merge into: develop
  • Upgrade @types/node to 20.11.25
fix(deps): update dependency @​oclif/plugin-autocomplete to v3.0.12
  • Schedule: ["at any time"]
  • Branch name: renovate/oclif-plugin-autocomplete-3.x-lockfile
  • Merge into: develop
  • Upgrade @oclif/plugin-autocomplete to 3.0.12
fix(deps): update dependency dotenv to v16.4.5
  • Schedule: ["at any time"]
  • Branch name: renovate/dotenv-16.x-lockfile
  • Merge into: develop
  • Upgrade dotenv to 16.4.5
fix(deps): update dependency inquirer to v8.2.6
  • Schedule: ["at any time"]
  • Branch name: renovate/inquirer-8.x-lockfile
  • Merge into: develop
  • Upgrade inquirer to 8.2.6
  • Upgrade @types/inquirer to 8.2.10
chore(deps): update dependency eslint to v8.57.0
  • Schedule: ["at any time"]
  • Branch name: renovate/eslint-8.x
  • Merge into: develop
  • Upgrade eslint to 8.57.0
chore(deps): update dependency typescript to ~5.4.0
  • Schedule: ["at any time"]
  • Branch name: renovate/typescript-5.x
  • Merge into: develop
  • Upgrade typescript to ~5.4.0
chore(deps): update styfle/cancel-workflow-action action to v0.12.1
  • Schedule: ["at any time"]
  • Branch name: renovate/styfle-cancel-workflow-action-0.x
  • Merge into: develop
  • Upgrade styfle/cancel-workflow-action to 0.12.1
fix(deps): update dependency @​oclif/core to v3.23.0
  • Schedule: ["at any time"]
  • Branch name: renovate/oclif-core-3.x-lockfile
  • Merge into: develop
  • Upgrade @oclif/core to 3.23.0
fix(deps): update dependency node-fetch to v2.7.0
  • Schedule: ["at any time"]
  • Branch name: renovate/node-fetch-2.x-lockfile
  • Merge into: develop
  • Upgrade node-fetch to 2.7.0
fix(deps): update dependency qs to v6.12.0
  • Schedule: ["at any time"]
  • Branch name: renovate/qs-6.x-lockfile
  • Merge into: develop
  • Upgrade qs to 6.12.0
  • Upgrade @types/qs to 6.9.12
chore(deps): update actions/cache action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-cache-4.x
  • Merge into: develop
  • Upgrade actions/cache to v4
chore(deps): update actions/checkout action to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: develop
  • Upgrade actions/checkout to v4
chore(deps): update dependency @​types/split2 to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/split2-4.x
  • Merge into: develop
  • Upgrade @types/split2 to ^4.0.0
chore(deps): update typescript-eslint monorepo to v7 (major)
fix(deps): update dependency chalk to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/chalk-5.x
  • Merge into: develop
  • Upgrade chalk to ^5.0.0
fix(deps): update dependency inquirer to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/inquirer-9.x
  • Merge into: develop
  • Upgrade inquirer to ^9.0.0
  • Upgrade @types/inquirer to ^9.0.0
fix(deps): update dependency node-fetch to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/node-fetch-3.x
  • Merge into: develop
  • Upgrade node-fetch to ^3.0.0
fix(deps): update dependency pretty-bytes to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/pretty-bytes-6.x
  • Merge into: develop
  • Upgrade pretty-bytes to ^6.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 force-pushed the renovate/configure branch from 2274378 to 3b94235 Compare April 3, 2023 15:28
@icikibung
Copy link

Add renovate

@renovate renovate bot force-pushed the renovate/configure branch from 3b94235 to ba488ad Compare December 5, 2023 05:48
@renovate renovate bot force-pushed the renovate/configure branch from ba488ad to b18d0ec Compare December 15, 2023 02:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants