File tree Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Expand file tree Collapse file tree 1 file changed +14
-2
lines changed Original file line number Diff line number Diff line change 1
1
version : 2
2
2
updates :
3
- # Mocked projects for dependency notifications
3
+ # Mocked projects for vendored dependency notifications
4
4
- package-ecosystem : " nuget"
5
5
directory : " /tracer/dependabot"
6
+ exclude-paths : " integrations"
6
7
schedule :
7
- interval : " daily "
8
+ interval : " weekly " # these don't change often
8
9
labels :
9
10
- " dependencies"
10
11
- " area:dependabot"
@@ -15,6 +16,17 @@ updates:
15
16
- dependency-name : " *" # Ignore patches for all integrations
16
17
update-types : ["version-update:semver-patch"]
17
18
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
+
18
30
# Azure functions explicit testing - we can't include these with our "normal" process checks
19
31
# Because they aren't compatible with the dotnet msbuild approach we're using
20
32
- package-ecosystem : " nuget"
You can’t perform that action at this time.
0 commit comments