Skip to content

Commit cdea42a

Browse files
committed
Be explicit in dependabot file
1 parent e727677 commit cdea42a

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

.github/dependabot.yml

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,12 @@
11
version: 2
22
updates:
3-
# Mocked projects for dependency notifications
3+
# Mocked projects for vendored dependency notifications
44
- package-ecosystem: "nuget"
55
directory: "/tracer/dependabot"
6+
exclude-paths:
7+
- "integrations"
68
schedule:
7-
interval: "daily"
9+
interval: "weekly" # these don't change often
810
labels:
911
- "dependencies"
1012
- "area:dependabot"
@@ -15,6 +17,17 @@ updates:
1517
- dependency-name: "*" # Ignore patches for all integrations
1618
update-types: ["version-update:semver-patch"]
1719

20+
# Mocked projects for integration dependency notifications
21+
- package-ecosystem: "nuget"
22+
directory: "/tracer/dependabot/integrations"
23+
schedule:
24+
interval: "daily"
25+
labels:
26+
- "dependencies"
27+
- "area:dependabot"
28+
reviewers:
29+
- "DataDog/apm-idm-dotnet"
30+
1831
# Azure functions explicit testing - we can't include these with our "normal" process checks
1932
# Because they aren't compatible with the dotnet msbuild approach we're using
2033
- package-ecosystem: "nuget"

0 commit comments

Comments
 (0)