We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ec29e7 commit 518fcf1Copy full SHA for 518fcf1
.github/dependabot.yml
@@ -1,8 +1,10 @@
1
# This file is retained solely for automated tooling to see we do automated
2
# 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.
5
version: 2
6
updates:
- - package-ecosystem: "github-actions"
7
+ - package-ecosystem: "nuget"
8
directory: "/"
9
schedule:
10
interval: yearly
0 commit comments