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.
2 parents f943f39 + e5d4b80 commit 8c65005Copy full SHA for 8c65005
1 file changed
.github/dependabot.yml
@@ -1,8 +1,25 @@
1
version: 2
2
+registries:
3
+ dotnet-public:
4
+ type: nuget-feed
5
+ url: https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-public/nuget/v3/index.json
6
updates:
7
- package-ecosystem: gomod
8
directory: "/"
9
schedule:
10
interval: weekly
11
day: "sunday"
12
time: "11:00" # 11am UTC
13
+ - package-ecosystem: "nuget"
14
+ directory: "/"
15
+ registries:
16
+ - dotnet-public
17
+ schedule:
18
+ interval: "monthly"
19
+ groups:
20
+ nuget:
21
+ patterns:
22
+ - "*"
23
+ ignore:
24
+ - dependency-name: "*"
25
+ update-types: ["version-update:semver-major"]
0 commit comments