Files
dotnet-template/.github/dependabot.yml
csimonapastore 118a9bb6e4 Removed versioning-strategy to avoid error
The property '#/updates/0/' contains additional properties ["versioning-strategy"] outside of the schema when none are allowed
2025-05-28 00:50:57 +02:00

16 lines
351 B
YAML

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"