Skip to content

Commit

Permalink
Update dependabot config to keep dotnet specific version sample proje…
Browse files Browse the repository at this point in the history
…cts up to date
  • Loading branch information
brianfeucht committed Apr 21, 2024
1 parent 3583ed6 commit eb426b6
Showing 1 changed file with 23 additions and 1 deletion.
24 changes: 23 additions & 1 deletion .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,32 @@ updates:
time: "04:00"
rebase-strategy: disabled
- package-ecosystem: nuget
directory: "/sample/SampleLambda"
directory: "/sample/SampleLambda-dotnet6"
schedule:
interval: daily
time: "04:00"
rebase-strategy: disabled
allow:
- dependency-name: "PuppeteerSharp"
- dependency-name: "Amazon.Lambda.Core"
- dependency-name: "Amazon.Lambda.Serialization.Json"
- package-ecosystem: nuget
directory: "/sample/SampleLambda-dotnet7"
schedule:
interval: daily
time: "04:00"
rebase-strategy: disabled
allow:
- dependency-name: "PuppeteerSharp"
- dependency-name: "Amazon.Lambda.Core"
- dependency-name: "Amazon.Lambda.Serialization.Json"
- package-ecosystem: nuget
directory: "/sample/SampleLambda-dotnet8"
schedule:
interval: daily
time: "04:00"
rebase-strategy: disabled
allow:
- dependency-name: "PuppeteerSharp"
- dependency-name: "Amazon.Lambda.Core"
- dependency-name: "Amazon.Lambda.Serialization.Json"

0 comments on commit eb426b6

Please sign in to comment.