Skip to content

Commit

Permalink
Merge pull request #133 from litmus/depedendabot-puppetersharp/sample…
Browse files Browse the repository at this point in the history
…-projects

Update dependabot config to keep dotnet specific version sample projects up to date
  • Loading branch information
brianfeucht committed Apr 22, 2024
2 parents 3583ed6 + eb426b6 commit c422217
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 c422217

Please sign in to comment.