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

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

Configure Renovate #6

wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 9, 2021

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

  • build.cake (cake)
  • .github/workflows/ci.yml (github-actions)
  • .github/workflows/dependabot-cake.yml (github-actions)
  • .config/dotnet-tools.json (nuget)
  • global.json (nuget)
  • src/NaturalStringExtensions/NaturalStringExtensions.csproj (nuget)
  • test/NaturalStringExtensions.Tests/NaturalStringExtensions.Tests.csproj (nuget)

Configuration Summary

Based on the default config's presets, Renovate will:

  • Start dependency updates only once this onboarding PR is merged
  • Hopefully safe environment variables to allow users to configure.
  • 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.

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

Update dependency Verify.Xunit to 20.8.2
  • Schedule: ["at any time"]
  • Branch name: renovate/verify.xunit-20.x
  • Merge into: master
  • Upgrade Verify.Xunit to 20.8.2
Update dependency coverlet.collector to 6.0.3
  • Schedule: ["at any time"]
  • Branch name: renovate/coverlet.collector-6.x
  • Merge into: master
  • Upgrade coverlet.collector to 6.0.3
Update dependency dotnet-sdk to v7.0.410
  • Schedule: ["at any time"]
  • Branch name: renovate/dotnet-monorepo
  • Merge into: master
  • Upgrade dotnet-sdk to 7.0.410
Update dependency FluentAssertions to 6.12.2
  • Schedule: ["at any time"]
  • Branch name: renovate/fluentassertions-6.x
  • Merge into: master
  • Upgrade FluentAssertions to 6.12.2
Update dependency PublicApiGenerator to 10.5.0
  • Schedule: ["at any time"]
  • Branch name: renovate/publicapigenerator-10.x
  • Merge into: master
  • Upgrade PublicApiGenerator to 10.5.0
Update dependency System.Memory to 4.6.0
  • Schedule: ["at any time"]
  • Branch name: renovate/system.memory-4.x
  • Merge into: master
  • Upgrade System.Memory to 4.6.0
Update dependency Xunit.SkippableFact to 1.5.23
  • Schedule: ["at any time"]
  • Branch name: renovate/xunit.skippablefact-1.x
  • Merge into: master
  • Upgrade Xunit.SkippableFact to 1.5.23
Update dependency cake.tool to 3.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/cake-monorepo
  • Merge into: master
  • Upgrade cake.tool to 3.2.0
Update vstest monorepo to 17.12.0
Update xunit-dotnet monorepo
  • Schedule: ["at any time"]
  • Branch name: renovate/xunit-dotnet-monorepo
  • Merge into: master
  • Upgrade xunit to 2.9.3
  • Upgrade xunit.runner.visualstudio to 2.8.2
Update dependency Cake.MinVer to v4
  • Schedule: ["at any time"]
  • Branch name: renovate/cake.minver-4.x
  • Merge into: master
  • Upgrade Cake.MinVer to 4.0.0
Update dependency FluentAssertions to v7
  • Schedule: ["at any time"]
  • Branch name: renovate/fluentassertions-7.x
  • Merge into: master
  • Upgrade FluentAssertions to 7.0.0
Update dependency Microsoft.SourceLink.GitHub to v8
  • Schedule: ["at any time"]
  • Branch name: renovate/microsoft.sourcelink.github-8.x
  • Merge into: master
  • Upgrade Microsoft.SourceLink.GitHub to 8.0.0
Update dependency PublicApiGenerator to v11
  • Schedule: ["at any time"]
  • Branch name: renovate/publicapigenerator-11.x
  • Merge into: master
  • Upgrade PublicApiGenerator to 11.3.0
Update dependency Verify.Xunit to v28
  • Schedule: ["at any time"]
  • Branch name: renovate/verify.xunit-28.x
  • Merge into: master
  • Upgrade Verify.Xunit to 28.8.1
Update dependency cake.tool to v5
  • Schedule: ["at any time"]
  • Branch name: renovate/major-cake-monorepo
  • Merge into: master
  • Upgrade cake.tool to 5.0.0
Update dependency dotnet-sdk to v9
  • Schedule: ["at any time"]
  • Branch name: renovate/major-dotnet-monorepo
  • Merge into: master
  • Upgrade dotnet-sdk to 9.0.101
Update dependency minver-cli to v6
  • Schedule: ["at any time"]
  • Branch name: renovate/minver-cli-6.x
  • Merge into: master
  • Upgrade minver-cli to 6.0.0
Update dependency ubuntu to v24
  • Schedule: ["at any time"]
  • Branch name: renovate/ubuntu-24.x
  • Merge into: master
  • Upgrade ubuntu to 24.04
Update dependency xunit.runner.visualstudio to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/major-xunit-dotnet-monorepo
  • Merge into: master
  • Upgrade xunit.runner.visualstudio to 3.0.1

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

@renovate renovate bot requested a review from augustoproiete as a code owner June 9, 2021 15:54
@CLAassistant
Copy link

CLAassistant commented Jun 9, 2021

CLA assistant check
All committers have signed the CLA.

@renovate renovate bot force-pushed the renovate/configure branch from 0782f6b to 55471cb Compare August 22, 2021 07:36
@renovate renovate bot force-pushed the renovate/configure branch from 55471cb to 99312aa Compare August 30, 2021 07:27
@renovate renovate bot force-pushed the renovate/configure branch 3 times, most recently from 64a5955 to b6d7ddf Compare September 26, 2021 06:38
@renovate renovate bot force-pushed the renovate/configure branch 2 times, most recently from 27d6a3f to 85b55ec Compare October 3, 2021 07:11
@renovate renovate bot force-pushed the renovate/configure branch 3 times, most recently from 3cf7701 to 60baf7e Compare October 18, 2021 04:53
@renovate renovate bot force-pushed the renovate/configure branch 2 times, most recently from 1c38eec to 3fcb9c2 Compare October 27, 2021 05:45
@renovate renovate bot force-pushed the renovate/configure branch 2 times, most recently from 0c5e646 to 5a94a76 Compare November 6, 2021 06:50
@renovate renovate bot force-pushed the renovate/configure branch 2 times, most recently from 5f1ae22 to 9bdd4b5 Compare November 12, 2021 07:31
@renovate renovate bot force-pushed the renovate/configure branch from 9bdd4b5 to 3d8f909 Compare November 25, 2021 07:23
@renovate renovate bot force-pushed the renovate/configure branch 2 times, most recently from b88005f to c4c931f Compare December 8, 2021 07:03
@renovate renovate bot force-pushed the renovate/configure branch from c4c931f to 8f76c21 Compare December 16, 2021 06:25
@renovate renovate bot force-pushed the renovate/configure branch from 8f76c21 to 7eb4c13 Compare January 4, 2022 07:03
@renovate renovate bot force-pushed the renovate/configure branch 3 times, most recently from 0fc820c to 2dfc571 Compare February 13, 2022 07:32
@renovate renovate bot force-pushed the renovate/configure branch from 2dfc571 to eb3b0ad Compare February 25, 2022 07:19
@renovate renovate bot force-pushed the renovate/configure branch from eb3b0ad to 37ce5c0 Compare April 6, 2022 08:15
@renovate renovate bot force-pushed the renovate/configure branch from 37ce5c0 to 29786ec Compare April 19, 2022 09:08
@renovate renovate bot force-pushed the renovate/configure branch from 29786ec to 89bdeae Compare May 1, 2022 08:07
@renovate renovate bot force-pushed the renovate/configure branch from 68e14fb to 1c8d214 Compare May 9, 2024 05:26
@renovate renovate bot force-pushed the renovate/configure branch 6 times, most recently from e5afaf6 to 76722d1 Compare July 11, 2024 23:21
@renovate renovate bot force-pushed the renovate/configure branch 4 times, most recently from dac3094 to 5914c42 Compare August 10, 2024 11:57
@renovate renovate bot force-pushed the renovate/configure branch 4 times, most recently from cbb2b42 to e5cf832 Compare September 27, 2024 02:38
@renovate renovate bot force-pushed the renovate/configure branch 4 times, most recently from b17ac30 to a6c0d65 Compare October 12, 2024 09:00
@renovate renovate bot force-pushed the renovate/configure branch 2 times, most recently from 7162ffe to 53e1f95 Compare October 24, 2024 15:30
@renovate renovate bot force-pushed the renovate/configure branch 2 times, most recently from 4215953 to 87c767e Compare November 19, 2024 20:46
@renovate renovate bot force-pushed the renovate/configure branch 2 times, most recently from 770f2fa to 71bddbd Compare December 21, 2024 17:51
@renovate renovate bot force-pushed the renovate/configure branch 3 times, most recently from 489d65a to 7fe4184 Compare January 12, 2025 21:05
@renovate renovate bot force-pushed the renovate/configure branch from 7fe4184 to d97a5e6 Compare January 14, 2025 03:49
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.

1 participant