Skip to content

Commit 8c65005

Browse files
authored
Merge branch 'main' into dmkorolev/csrf
2 parents f943f39 + e5d4b80 commit 8c65005

1 file changed

Lines changed: 17 additions & 0 deletions

File tree

.github/dependabot.yml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,25 @@
11
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
26
updates:
37
- package-ecosystem: gomod
48
directory: "/"
59
schedule:
610
interval: weekly
711
day: "sunday"
812
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

Comments
 (0)