We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35d957a commit 31345b9Copy full SHA for 31345b9
.github/dependabot.yml
@@ -6,15 +6,13 @@ registries:
6
url: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public-npm/npm/registry/
7
8
updates:
9
- - package-ecosystem: npm
+ - package-ecosystem: NuGet
10
directory: "/"
11
# Perform only security updates of our npm dependencies.
12
open-pull-requests-limit: 0
13
- registries:
14
- - dev.azure.com
15
# Schedule should be ignored for security updates.
16
schedule:
17
- interval: monthly
+ interval: weekly
18
19
- package-ecosystem: "github-actions"
20
0 commit comments