Adding dependabot.yml to enable version updates
This commit is contained in:
17
.github/workflows/dependabot.yml
vendored
Normal file
17
.github/workflows/dependabot.yml
vendored
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "nuget"
|
||||||
|
directory: "/MainProject"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
open-pull-requests-limit: 5
|
||||||
|
target-branch: "main"
|
||||||
|
versioning-strategy: "follow-root-version"
|
||||||
|
|
||||||
|
- package-ecosystem: "nuget"
|
||||||
|
directory: "/MainProject.Tests"
|
||||||
|
schedule:
|
||||||
|
interval: "daily"
|
||||||
|
open-pull-requests-limit: 5
|
||||||
|
target-branch: "main"
|
||||||
|
versioning-strategy: "follow-root-version"
|
||||||
Reference in New Issue
Block a user