Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 3, 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/ci-stryker.yml (github-actions)
  • .github/workflows/ci.yml (github-actions)
  • .github/workflows/pr.yml (github-actions)
  • .github/workflows/release.yml (github-actions)
  • .github/workflows/stryker.yml (github-actions)
  • .github/workflows/test-report.yml (github-actions)
  • Examples/AccessControlLists/AccessControlLists.Tests/AccessControlLists.Tests.csproj (nuget)
  • Examples/AccessControlLists/AccessControlLists/AccessControlLists.csproj (nuget)
  • Examples/Configuration/DependencyInjection.Tests/DependencyInjection.Tests.csproj (nuget)
  • Examples/Configuration/FileSystemConfiguration.Tests/FileSystemConfiguration.Tests.csproj (nuget)
  • Examples/Directory.Build.props (nuget)
  • Examples/SafeFileHandle/SafeFileHandle.Tests/SafeFileHandle.Tests.csproj (nuget)
  • Examples/SafeFileHandle/SafeFileHandle/SafeFileHandle.csproj (nuget)
  • Examples/ThreadAwareTimeProvider/ThreadAwareTimeProvider.Tests/ThreadAwareTimeProvider.Tests.csproj (nuget)
  • Examples/ThreadAwareTimeProvider/ThreadAwareTimeProvider/ThreadAwareTimeProvider.csproj (nuget)
  • Examples/Timer/Timer.Tests/Timer.Tests.csproj (nuget)
  • Examples/Timer/Timer/Timer.csproj (nuget)
  • Examples/ZipFile/ZipFile.Tests/ZipFile.Tests.csproj (nuget)
  • Examples/ZipFile/ZipFile/ZipFile.csproj (nuget)
  • Feature.Flags.props (nuget)
  • Source/Directory.Build.props (nuget)
  • Source/Testably.Abstractions.AccessControl/Testably.Abstractions.AccessControl.csproj (nuget)
  • Source/Testably.Abstractions.Compression/Testably.Abstractions.Compression.csproj (nuget)
  • Source/Testably.Abstractions.Interface/Testably.Abstractions.Interface.csproj (nuget)
  • Source/Testably.Abstractions.Testing/Testably.Abstractions.Testing.csproj (nuget)
  • Source/Testably.Abstractions/Testably.Abstractions.csproj (nuget)
  • Tests/Directory.Build.props (nuget)
  • Tests/Helpers/Testably.Abstractions.TestHelpers/Testably.Abstractions.TestHelpers.csproj (nuget)
  • Tests/Helpers/Testably.Abstractions.Tests.SourceGenerator/Testably.Abstractions.Tests.SourceGenerator.csproj (nuget)
  • Tests/Testably.Abstractions.AccessControl.Tests/Testably.Abstractions.AccessControl.Tests.csproj (nuget)
  • Tests/Testably.Abstractions.Compression.Tests/Testably.Abstractions.Compression.Tests.csproj (nuget)
  • Tests/Testably.Abstractions.Parity.Tests/Testably.Abstractions.Parity.Tests.csproj (nuget)
  • Tests/Testably.Abstractions.Testing.Tests/Testably.Abstractions.Testing.Tests.csproj (nuget)
  • Tests/Testably.Abstractions.Tests/Testably.Abstractions.Tests.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.
  • If Renovate detects semantic commits, it will use semantic commit type fix for dependencies and chore for all others.
  • Ignore node_modules, bower_components, vendor and various test/tests directories.
  • Automatically detect the best rangeStrategy to use.
  • Rate limit PR creation to a maximum of two per hour.
  • Limit to maximum 10 open PRs at any time.
  • Group known monorepo packages together.
  • Use curated list of recommended non-monorepo package groupings.
  • A collection of workarounds for known problems with packages.

🔡 Would you like to change the way Renovate is upgrading your dependencies? Simply edit the renovate.json in this branch with your custom config and the list of Pull Requests in the "What to Expect" section below will be updated the next time Renovate runs.


What to Expect

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

chore(deps): update danielpalme/reportgenerator-github-action action to v5.1.16
chore(deps): update dependency microsoft.codeanalysis.analyzers to v3.3.4
chore(deps): update dependency microsoft.extensions.dependencyinjection to v6.0.1
chore(deps): update dependency moq to v4.18.4
  • Schedule: ["at any time"]
  • Branch name: renovate/moq-4.x
  • Merge into: main
  • Upgrade Moq to 4.18.4
chore(deps): update dependency testableio.system.io.abstractions to v19.1.14
chore(deps): update dependency coverlet.collector to v3.2.0
  • Schedule: ["at any time"]
  • Branch name: renovate/coverlet.collector-3.x
  • Merge into: main
  • Upgrade coverlet.collector to 3.2.0
chore(deps): update dependency fluentassertions to v6.9.0
  • Schedule: ["at any time"]
  • Branch name: renovate/fluentassertions-6.x
  • Merge into: main
  • Upgrade FluentAssertions to 6.9.0
chore(deps): update dependency microsoft.codeanalysis.csharp to v4.4.0
  • Schedule: ["at any time"]
  • Branch name: renovate/microsoft.codeanalysis.csharp-4.x
  • Merge into: main
  • Upgrade Microsoft.CodeAnalysis.CSharp to 4.4.0
chore(deps): update dependency microsoft.net.test.sdk to v17.4.1
  • Schedule: ["at any time"]
  • Branch name: renovate/vstest-monorepo
  • Merge into: main
  • Upgrade Microsoft.NET.Test.Sdk to 17.4.1
chore(deps): update dependency minver to v4.3.0
  • Schedule: ["at any time"]
  • Branch name: renovate/minver-4.x
  • Merge into: main
  • Upgrade MinVer to 4.3.0
chore(deps): update nuget/setup-nuget action to v1.1.1
  • Schedule: ["at any time"]
  • Branch name: renovate/nuget-setup-nuget-1.x
  • Merge into: main
  • Upgrade NuGet/setup-nuget to v1.1.1
chore(deps): update actions/cache action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-cache-3.x
  • Merge into: main
  • Upgrade actions/cache to v3
chore(deps): update actions/checkout action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-checkout-3.x
  • Merge into: main
  • Upgrade actions/checkout to v3
chore(deps): update actions/setup-dotnet action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-dotnet-3.x
  • Merge into: main
  • Upgrade actions/setup-dotnet to v3
chore(deps): update actions/setup-java action to v3
  • Schedule: ["at any time"]
  • Branch name: renovate/actions-setup-java-3.x
  • Merge into: main
  • Upgrade actions/setup-java to v3
chore(deps): update amannn/action-semantic-pull-request action to v5
chore(deps): update dependency microsoft.extensions.dependencyinjection to v7

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

@github-actions
Copy link

github-actions bot commented Feb 3, 2023

Please check the attached Stryker dashboards on the build pipeline.

@vbreuss vbreuss changed the title Configure Renovate feat: Configure Renovate Feb 3, 2023
@vbreuss vbreuss added the dependencies Update of dependencies label Feb 3, 2023
@vbreuss vbreuss self-assigned this Feb 3, 2023
@vbreuss vbreuss enabled auto-merge (squash) February 3, 2023 18:33
@vbreuss vbreuss merged commit 242e51f into main Feb 3, 2023
@vbreuss vbreuss deleted the renovate/configure branch February 3, 2023 18:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Update of dependencies

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants