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