Skip to content

Commit

Permalink
Merge pull request #402 from dotnet/main
Browse files Browse the repository at this point in the history
✅ Merge `main` into `live`
  • Loading branch information
BillWagner authored Feb 20, 2024
2 parents 5ca121f + 7e797db commit 94c7191
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,17 @@ updates:
dotnet:
patterns:
- "*" # Prefer a single PR per project update.
- package-ecosystem: "nuget"
directory: "/docs/fundamentals/snippets/template/YourAppName" #YourAppName.ServiceDefaults.csproj
schedule:
interval: "weekly"
day: "wednesday"
open-pull-requests-limit: 5
groups:
# Group .NET updates together for projects.
dotnet:
patterns:
- "*" # Prefer a single PR per project update.
- package-ecosystem: "nuget"
directory: "/docs/get-started/snippets/quickstart/AspireSample/AspireSample.AppHost" #AspireSample.AppHost.csproj
schedule:
Expand Down

0 comments on commit 94c7191

Please sign in to comment.