GSMS icon indicating copy to clipboard operation
GSMS copied to clipboard

Configure Renovate

Open renovate[bot] opened this issue 2 years ago • 2 comments

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/CI.yml (github-actions)
  • .github/workflows/codeql.yml (github-actions)
  • .github/workflows/common-lint.yml (github-actions)
  • .github/workflows/issues.yml (github-actions)
  • .github/workflows/release-notifier-moonlight.yml (github-actions)
  • .github/workflows/release-notifier.yml (github-actions)
  • .github/workflows/update-changelog.yml (github-actions)
  • requirements-dev.txt (pip_requirements)
  • requirements.txt (pip_requirements)

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 (except for nuget) 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.
  • Use curated list of recommended non-monorepo package groupings.
  • Default renovate configuration for LizardByte repositories
  • Renovate onboarding preset for use with LizardByte's repos
  • Run Renovate on following schedule: after 1am,before 6am

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

chore(deps): bump codecov/codecov-action action to v5
  • Schedule: ["after 1am","before 6am"]
  • Branch name: renovate/codecov-codecov-action-5-x
  • Merge into: master
  • Upgrade codecov/codecov-action to v5
chore(deps): bump dependency windows to v2022
  • Schedule: ["after 1am","before 6am"]
  • Branch name: renovate/windows-2022-x
  • Merge into: master
  • Upgrade windows to 2022

❓ 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 was generated by Mend Renovate. View the repository job log.

renovate[bot] avatar Nov 10 '23 08:11 renovate[bot]

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 48.07%. Comparing base (a07fc63) to head (35fbb78). Report is 67 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master      #91   +/-   ##
=======================================
  Coverage   48.07%   48.07%           
=======================================
  Files           1        1           
  Lines         156      156           
=======================================
  Hits           75       75           
  Misses         81       81           

codecov[bot] avatar Nov 10 '23 08:11 codecov[bot]