Skip to content

Commit c00bf4e

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

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

.github/dependabot.yml

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
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: "integrations"
67
schedule:
7-
interval: "daily"
8+
interval: "weekly" # these don't change often
89
labels:
910
- "dependencies"
1011
- "area:dependabot"
@@ -15,6 +16,17 @@ updates:
1516
- dependency-name: "*" # Ignore patches for all integrations
1617
update-types: ["version-update:semver-patch"]
1718

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

0 commit comments

Comments
 (0)