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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Configure Renovate #779

wants to merge 1 commit into from

Conversation

lucca-renovate[bot]
Copy link

@lucca-renovate lucca-renovate bot commented Nov 28, 2023

Description

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/dotnet.yml (github-actions)
  • Directory.Build.props (nuget)
  • global.json (nuget)
  • src/RDD.Web.AutoMapper/RDD.Web.AutoMapper.csproj (nuget)
  • src/Rdd.Application/Rdd.Application.csproj (nuget)
  • src/Rdd.Domain/Rdd.Domain.csproj (nuget)
  • src/Rdd.Infra/Rdd.Infra.csproj (nuget)
  • src/Rdd.Web/Rdd.Web.csproj (nuget)
  • src/Rdd.Z.EntityFramework/Rdd.Z.EntityFramework.csproj (nuget)

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.
  • 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.
  • Run Renovate on following schedule: before 9am every weekday,after 7pm every weekday,every weekend

πŸ”‘ Do you want to change how Renovate upgrades your dependencies? Add your custom config to renovate.json in this branch and select the Retry/Rebase checkbox below. Renovate will update the Pull Request description the next time it runs.


What to Expect

With your current configuration, Renovate will create 15 Pull Requests:

Pin dependencies
  • Schedule: ["before 9am every weekday","after 7pm every weekday","every weekend"]
  • Branch name: renovate/pin-dependencies
  • Merge into: master
  • Upgrade actions/checkout to ee0669bd1cc54295c223e0bb666b733df41de1c5
  • Upgrade actions/setup-dotnet to 608ee757cfcce72c2e91e99aca128e0cae67de87
  • Upgrade actions/setup-java to b6e674f4b717d7b0ae3baee0fbe79f498905dfde
  • Upgrade gittools/actions to 31b3198b2de324472547fecec2c0f721b70c38e2
Update dependency AutoMapper to v12.0.1
  • Schedule: ["before 9am every weekday","after 7pm every weekday","every weekend"]
  • Branch name: renovate/automapper-dotnet-monorepo
  • Merge into: master
  • Upgrade AutoMapper to 12.0.1
Update dependency AutoMapper.Extensions.ExpressionMapping to v6.0.4
  • Schedule: ["before 9am every weekday","after 7pm every weekday","every weekend"]
  • Branch name: renovate/automapper.extensions.expressionmapping-6.x
  • Merge into: master
  • Upgrade AutoMapper.Extensions.ExpressionMapping to 6.0.4
Update dotnet monorepo
Update dependency Microsoft.SourceLink.GitHub to v1.1.1
  • Schedule: ["before 9am every weekday","after 7pm every weekday","every weekend"]
  • Branch name: renovate/microsoft.sourcelink.github-1.x
  • Merge into: master
  • Upgrade Microsoft.SourceLink.GitHub to 1.1.1
Update dependency Z.EntityFramework.Plus.EFCore to v6.102.1
  • Schedule: ["before 9am every weekday","after 7pm every weekday","every weekend"]
  • Branch name: renovate/z.entityframework.plus.efcore-6.x
  • Merge into: master
  • Upgrade Z.EntityFramework.Plus.EFCore to 6.102.1
Update gittools/actions action to v0.11.0
  • Schedule: ["before 9am every weekday","after 7pm every weekday","every weekend"]
  • Branch name: renovate/gittools-actions-0.x
  • Merge into: master
  • Upgrade gittools/actions to 629337911bdf17f9af8800f53645e55e740dce76
Update actions/checkout action to v4
  • Schedule: ["before 9am every weekday","after 7pm every weekday","every weekend"]
  • Branch name: renovate/actions-checkout-4.x
  • Merge into: master
  • Upgrade actions/checkout to b4ffde65f46336ab88eb53be808477a3936bae11
Update actions/setup-dotnet action to v4
  • Schedule: ["before 9am every weekday","after 7pm every weekday","every weekend"]
  • Branch name: renovate/actions-setup-dotnet-4.x
  • Merge into: master
  • Upgrade actions/setup-dotnet to 4d6c8fcf3c8f7a60068d26b594648e99df24cee3
Update actions/setup-java action to v4
  • Schedule: ["before 9am every weekday","after 7pm every weekday","every weekend"]
  • Branch name: renovate/actions-setup-java-4.x
  • Merge into: master
  • Upgrade actions/setup-java to 387ac29b308b003ca37ba93a6cab5eb57c8f5f93
Update dependency AutoMapper to v13
  • Schedule: ["before 9am every weekday","after 7pm every weekday","every weekend"]
  • Branch name: renovate/major-automapper-dotnet-monorepo
  • Merge into: master
  • Upgrade AutoMapper to 13.0.1
Update dependency AutoMapper.Extensions.ExpressionMapping to v7
  • Schedule: ["before 9am every weekday","after 7pm every weekday","every weekend"]
  • Branch name: renovate/automapper.extensions.expressionmapping-7.x
  • Merge into: master
  • Upgrade AutoMapper.Extensions.ExpressionMapping to 7.0.0
Update dependency Microsoft.SourceLink.GitHub to v8
  • Schedule: ["before 9am every weekday","after 7pm every weekday","every weekend"]
  • Branch name: renovate/microsoft.sourcelink.github-8.x
  • Merge into: master
  • Upgrade Microsoft.SourceLink.GitHub to 8.0.0
Update dependency Z.EntityFramework.Plus.EFCore to v8
  • Schedule: ["before 9am every weekday","after 7pm every weekday","every weekend"]
  • Branch name: renovate/z.entityframework.plus.efcore-8.x
  • Merge into: master
  • Upgrade Z.EntityFramework.Plus.EFCore to 8.102.1
Update dotnet monorepo to v8 (major)

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


  • If you want to rebase/retry this PR, click this checkbox.

This PR has been generated by Renovate Bot.

@lucca-renovate lucca-renovate bot added πŸ”¨ Technical dependencies Pull requests that update a dependency file πŸ“¦ labels Nov 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file πŸ”¨ Technical πŸ“¦
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants