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

Merged
merged 1 commit into from May 24, 2024
Merged

Configure Renovate #57

merged 1 commit into from May 24, 2024

Conversation

titouanmathis
Copy link
Contributor

@titouanmathis titouanmathis commented May 7, 2024

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)
  • package.json (npm)
  • .nvmrc (nvm)

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.
  • 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.
  • Schedule for typical non-office hours (night time and weekends).
  • Require Dependency Dashboard approval for major updates.
  • Automerge patch upgrades if they pass tests.
  • Raise a PR first before any automerging.
  • Require all status checks to pass before any automerging.
  • Do not separate patch and minor upgrades into separate PRs for the same dependency.
  • Run Renovate on following schedule: after 10pm every weekday,before 5am every weekday,every weekend

🔡 Do you want to change how Renovate upgrades your dependencies? Add your custom config to .github/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 9 Pull Requests:

Update dependency @​types/node to v20.12.12
  • Schedule: ["after 10pm every weekday","before 5am every weekday","every weekend"]
  • Branch name: renovate/node-20.x-lockfile
  • Merge into: develop
  • Upgrade @types/node to 20.12.12
Update dependency eslint-plugin-jsdoc to v48.2.6
  • Schedule: ["after 10pm every weekday","before 5am every weekday","every weekend"]
  • Branch name: renovate/eslint-plugin-jsdoc-48.x-lockfile
  • Merge into: develop
  • Upgrade eslint-plugin-jsdoc to 48.2.6
Update dependency vue to v3.4.27
  • Schedule: ["after 10pm every weekday","before 5am every weekday","every weekend"]
  • Branch name: renovate/vue-monorepo
  • Merge into: develop
  • Upgrade vue to 3.4.27
Update dependency @​eslint/eslintrc to v3.1.0
  • Schedule: ["after 10pm every weekday","before 5am every weekday","every weekend"]
  • Branch name: renovate/eslint-eslintrc-3.x-lockfile
  • Merge into: develop
  • Upgrade @eslint/eslintrc to 3.1.0
Update dependency eslint-plugin-vue to v9.26.0
  • Schedule: ["after 10pm every weekday","before 5am every weekday","every weekend"]
  • Branch name: renovate/eslint-plugin-vue-9.x-lockfile
  • Merge into: develop
  • Upgrade eslint-plugin-vue to 9.26.0
Update dependency globals to v15.3.0
  • Schedule: ["after 10pm every weekday","before 5am every weekday","every weekend"]
  • Branch name: renovate/globals-15.x-lockfile
  • Merge into: develop
  • Upgrade globals to 15.3.0
Update eslint monorepo to v9.3.0
  • Schedule: ["after 10pm every weekday","before 5am every weekday","every weekend"]
  • Branch name: renovate/eslint-monorepo
  • Merge into: develop
  • Upgrade @eslint/js to 9.3.0
  • Upgrade eslint to 9.3.0
Update dependency eslint-plugin-unicorn to v53
  • Schedule: ["after 10pm every weekday","before 5am every weekday","every weekend"]
  • Branch name: renovate/eslint-plugin-unicorn-53.x
  • Merge into: develop
  • Upgrade eslint-plugin-unicorn to ^53.0.0
Lock file maintenance
  • Schedule: ["before 4am on monday"]
  • Branch name: renovate/lock-file-maintenance
  • Merge into: develop
  • 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 Renovate Bot.

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

Successfully merging this pull request may close these issues.

None yet

2 participants