We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa2c8b7 commit 1fca50eCopy full SHA for 1fca50e
.github/dependabot.yml
@@ -5,7 +5,12 @@
5
6
version: 2
7
updates:
8
- - package-ecosystem: "nuget", "npm" # See documentation for possible values
+ - package-ecosystem: "nuget" # See documentation for possible values
9
+ directory: "/" # Location of package manifests
10
+ open-pull-requests-limit: 25
11
+ schedule:
12
+ interval: "weekly"
13
+ - package-ecosystem: "npm" # See documentation for possible values
14
directory: "/" # Location of package manifests
15
open-pull-requests-limit: 25
16
schedule:
0 commit comments