Skip to content

Commit 518fcf1

Browse files
[Infra] Update dependabot config to enable automated dependency submission (open-telemetry#6813)
1 parent 3ec29e7 commit 518fcf1

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/dependabot.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
# This file is retained solely for automated tooling to see we do automated
22
# dependency updates as not all such scanners recognize the use of Renovate.
3+
# It also works around a limitation that Automatic dependency submission does
4+
# not automatically detect .slnx files to signify the use of .NET in a repo.
35
version: 2
46
updates:
5-
- package-ecosystem: "github-actions"
7+
- package-ecosystem: "nuget"
68
directory: "/"
79
schedule:
810
interval: yearly

0 commit comments

Comments
 (0)