diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 99deeaa..1f6477a 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -14,7 +14,6 @@ updates: schedule: interval: "weekly" day: "sunday" - open-pull-requests-limit: 3 rebase-strategy: disabled groups: microsoft-sbom: @@ -29,15 +28,7 @@ updates: patterns: [Microsoft.*, System.*] xunit: patterns: [xunit.*] - # Grouping for Testcontainers - kafka: - patterns: ['Confluent.Kafka'] - RabbitMQ.Client: - patterns: ['RabbitMQ.Client'] - RestAssured.Net: - patterns: ['RestAssured.Net'] - all-dependencies: - patterns: ['*'] + # Github Actions updates - package-ecosystem: github-actions @@ -48,4 +39,4 @@ updates: open-pull-requests-limit: 3 rebase-strategy: disabled - \ No newline at end of file + diff --git a/tests/Microcks.Testcontainers.Tests/Microcks.Testcontainers.Tests.csproj b/tests/Microcks.Testcontainers.Tests/Microcks.Testcontainers.Tests.csproj index ac0e796..b3afb79 100644 --- a/tests/Microcks.Testcontainers.Tests/Microcks.Testcontainers.Tests.csproj +++ b/tests/Microcks.Testcontainers.Tests/Microcks.Testcontainers.Tests.csproj @@ -10,7 +10,7 @@ - +