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

Tack on apm-idm-dotnet reviewers to auto-bump PRs #6665

Merged
merged 1 commit into from
Feb 13, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ updates:
labels:
- "dependencies"
- "area:dependabot"
reviewers:
- "DataDog/apm-idm-dotnet"
ignore:
- dependency-name: "MessagePack" # Locked at a version that supports our net452 build target
- dependency-name: "*" # Ignore patches for all integrations
Expand All @@ -22,6 +24,8 @@ updates:
labels:
- "dependencies"
- "area:dependabot"
reviewers:
- "DataDog/apm-idm-dotnet"
ignore:
- dependency-name: "*" # Ignore patches for all integrations
update-types: ["version-update:semver-patch"]
Expand All @@ -34,6 +38,8 @@ updates:
labels:
- "dependencies"
- "area:tracer"
reviewers:
- "DataDog/apm-idm-dotnet"
ignore:
### Start Datadog.Trace.csproj ignored dependencies
# DiagnosticSource is kept at the lowest supported version for widest compatibility
Expand All @@ -59,6 +65,8 @@ updates:
labels:
- "dependencies"
- "area:opentracing"
reviewers:
- "DataDog/apm-idm-dotnet"
ignore:
### Start Datadog.Trace.csproj ignored dependencies
# DiagnosticSource is kept at the lowest supported version for widest compatibility
Expand All @@ -80,6 +88,8 @@ updates:
labels:
- "dependencies"
- "area:benchmarks"
reviewers:
- "DataDog/apm-idm-dotnet"
ignore:
### Start Datadog.Trace.csproj ignored dependencies
# DiagnosticSource is kept at the lowest supported version for widest compatibility
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/auto_bump_test_package_versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,9 @@ jobs:
base: master
title: "[Test Package Versions Bump] Updating package versions "
milestone: "${{steps.rename.outputs.milestone}}"
reviewers: "DataDog/apm-dotnet"
team-reviewers: |
DataDog/apm-dotnet
Datadog/apm-idm-dotnet
body: |
Updates the package versions for integration tests.

Expand Down
Loading