Skip to content

Commit

Permalink
dependabot: fixed, doesn't work on sln files
Browse files Browse the repository at this point in the history
Signed-off-by: Maximilien Noal <noal.maximilien@gmail.com>
  • Loading branch information
maximilien-noal committed Jan 23, 2024
1 parent fb16c7d commit 1ad6ac6
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,26 @@
version: 2
updates:
- package-ecosystem: "nuget"
directory: "/src"
directory: "/src/Spice86"
schedule:
interval: "weekly"
day: "wednesday"
open-pull-requests-limit: 8
open-pull-requests-limit: 5
- package-ecosystem: "nuget"
directory: "/src/Spice86.Core"
schedule:
interval: "weekly"
day: "wednesday"
open-pull-requests-limit: 5
- package-ecosystem: "nuget"
directory: "/src/Spice86.Logging"
schedule:
interval: "weekly"
day: "wednesday"
open-pull-requests-limit: 5
- package-ecosystem: "nuget"
directory: "/tests/Spice86.Tests"
schedule:
interval: "weekly"
day: "wednesday"
open-pull-requests-limit: 5

0 comments on commit 1ad6ac6

Please sign in to comment.