Skip to content

Commit e5d4b80

Browse files
wtgodbeCopilot
andauthored
Add monthly NuGet updates to Dependabot config (#2183)
* Add monthly NuGet updates to Dependabot config Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: c6695e66-ef29-4591-8ca6-fc494164b1ca * Use dotnet-public feed for NuGet updates Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: c6695e66-ef29-4591-8ca6-fc494164b1ca --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 42e7dba commit e5d4b80

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)