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

Closed
wants to merge 1 commit into from
Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented May 8, 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/build.yml (github-actions)
  • .github/workflows/unit.yml (github-actions)
  • .github/.node-version (nodenv)
  • package.json (npm)
  • .travis.yml (travis)

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.
  • Pin Docker digests.
  • Pin github-action digests.
  • Pin dependency versions for devDependencies.
  • Preset with best practices from the Renovate maintainers. Recommended for advanced users, who want to follow our best practices.
  • Group all minor and patch updates together.
  • Weekly schedule on early Monday mornings.
  • Automerge all upgrades (including major) if they pass tests.
  • If automerging, push the new commit directly to the base branch (no PR).
  • Require Dependency Dashboard approval for major updates.
  • Run lock file maintenance (updates) early Monday mornings.
  • Pin all dependency versions except peerDependencies.
  • Rebase existing PRs any time the base branch has been updated.
  • Pin github-action digests.
  • Run Renovate on following schedule: before 4am on Monday

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

Pin dependencies
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/pin-dependencies
  • Merge into: master
  • Upgrade actions/checkout to f43a0e5ff2bd294095638e18286ca9a3d1956744
  • Upgrade actions/setup-node to 1a4442cacd436585916779262731d5b162bc6ec7
  • Upgrade codecov/codecov-action to 29386c70ef20e286228c72b668a06fd0e8399192
  • Pin node to 10.24.1
  • Pin node to 12.22.12
  • Pin node to 13.14.0
  • Pin node to 15.14.0
Replace dependency eslint-plugin-node with eslint-plugin-n 14.0.0
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/eslint-plugin-node-replacement
  • Merge into: master
  • Upgrade eslint-plugin-node to 14.0.0
Replace dependency npm-run-all with npm-run-all2 5.0.0
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/npm-run-all-replacement
  • Merge into: master
  • Upgrade npm-run-all to 5.0.0
Update all non-major dependencies
Update actions/checkout action to v4
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: master
  • Upgrade actions/checkout to 692973e3d937129bcbf40652eb9f2f61becf3332
Update actions/setup-node action to v4
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/actions-setup-node-4.x
  • Merge into: master
  • Upgrade actions/setup-node to 1e60f620b9541d16bece96c5465dc8ee9832be0b
Update codecov/codecov-action action to v4
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/codecov-codecov-action-4.x
  • Merge into: master
  • Upgrade codecov/codecov-action to e28ff129e5465c2c0dcc6f003fc735cb6ae0c673
Update dependency @typescript-eslint/eslint-plugin to v7
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/major-typescript-eslint-monorepo
  • Merge into: master
  • Upgrade @typescript-eslint/eslint-plugin to 7.16.1
Update dependency eslint to v9
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/major-eslint-monorepo
  • Merge into: master
  • Upgrade eslint to 9.7.0
Update dependency eslint-config-standard-with-typescript to v43
Update dependency eslint-plugin-promise to v6
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/eslint-plugin-promise-6.x
  • Merge into: master
  • Upgrade eslint-plugin-promise to 6.4.0
Update dependency eslint-plugin-standard to v5
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/eslint-plugin-standard-5.x
  • Merge into: master
  • Upgrade eslint-plugin-standard to 5.0.0
Update dependency node to v20
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/node-20.x
  • Merge into: master
  • Upgrade node to 20
Lock file maintenance
  • Schedule: ["before 4am on Monday"]
  • Branch name: renovate/lock-file-maintenance
  • Merge into: master
  • Regenerate lock files to use latest dependency versions

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

@codecov
Copy link

codecov bot commented May 8, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (450369a) 93.27% compared to head (4959260) 93.27%.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #51   +/-   ##
=======================================
  Coverage   93.27%   93.27%           
=======================================
  Files          20       20           
  Lines         223      223           
  Branches       30       30           
=======================================
  Hits          208      208           
  Misses         15       15           
Flag Coverage Δ
unit 93.27% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@renovate renovate bot changed the title Configure Renovate Configure Renovate - autoclosed Jul 18, 2024
@renovate renovate bot closed this Jul 18, 2024
@renovate renovate bot deleted the renovate/configure branch July 18, 2024 16:55
@mrhyde mrhyde restored the renovate/configure branch July 18, 2024 21:18
@renovate renovate bot deleted the renovate/configure branch July 18, 2024 21:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants