Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main' into chore/dotty-roundup
Browse files Browse the repository at this point in the history
  • Loading branch information
tippmar-nr committed Aug 7, 2024
2 parents 5ea2c31 + e48313e commit da42385
Showing 1 changed file with 13 additions and 48 deletions.
61 changes: 13 additions & 48 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,65 +9,30 @@ updates:
patterns:
- "*"

# multiple entries are required in order to apply nuget scanning to only a subset of projects.
# We do not scan anything in the /src/Agent/NewRelic/Agent/Extensions folder, as those projects
# intentionally reference old versions of the Nuget packages they instrument.
- package-ecosystem: nuget
directory: /src/Agent/NewRelic/Agent/Core
directories:
- /src/Agent/NewRelic/Agent/Core
- /src/Agent/NewRelic.Api.Agent
- /build
- /src/Agent/MsiInstaller
schedule:
interval: weekly
groups: # groups currently doesn't work across multiple entries for the same package-ecosystem, but someday it will. See https://github.com/dependabot/dependabot-core/issues/7547
nuget:
groups:
nuget-agent:
patterns:
- "*"

# Update a specific set of packages for unit and integration tests
- package-ecosystem: nuget
directory: /src/Agent/NewRelic.Api.Agent
directories:
- /tests/Agent/IntegrationTests
- /
schedule:
interval: weekly
groups:
nuget:
patterns:
- "*"
- package-ecosystem: nuget
directory: /build
schedule:
interval: weekly
groups:
nuget:
patterns:
- "*"
- package-ecosystem: nuget
directory: /src/Agent/MsiInstaller
schedule:
interval: weekly
groups:
nuget:
patterns:
- "*"
# Update a specific set of packages for integration tests
- package-ecosystem: nuget
directory: /tests/Agent/IntegrationTests
schedule:
interval: weekly
groups:
nuget:
patterns:
- "*"
allow:
- dependency-name: "coverlet.collector"
- dependency-name: "Microsoft.NET.Test.Sdk"
- dependency-name: "Microsoft.VisualStudio.Azure.Containers.Tools.Targets"
- dependency-name: "Microsoft.VisualStudio.Threading.Analyzers"
- dependency-name: "NUnit*"
- dependency-name: "Selenium*"
- dependency-name: "xunit*"
# Update a specific set of packages for unit tests (which are referenced in FullAgent.sln)
- package-ecosystem: nuget
directory: /
schedule:
interval: weekly
groups:
nuget:
nuget-tests:
patterns:
- "*"
allow:
Expand Down

0 comments on commit da42385

Please sign in to comment.