Sprint 7 - Dependabot (#42)

This commit was merged in pull request #42.
This commit is contained in:
Caterina Simona Pastore
2025-05-28 00:57:28 +02:00
committed by GitHub

15
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
version: 2
updates:
- package-ecosystem: "nuget"
directory: "/MainProject"
schedule:
interval: "daily"
open-pull-requests-limit: 5
target-branch: "sprints/7"
- package-ecosystem: "nuget"
directory: "/MainProject.Tests"
schedule:
interval: "daily"
open-pull-requests-limit: 5
target-branch: "sprints/7"