We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71d59dc commit e34d644Copy full SHA for e34d644
.github/dependabot.yml
@@ -10,7 +10,6 @@ updates:
10
# - assignee_one
11
# reviewers:
12
# - reviewer_one
13
-
14
- package-ecosystem: "nuget"
15
# location of package manifests
16
directory: "/"
@@ -24,5 +23,14 @@ updates:
24
23
25
26
27
+ - package-ecosystem: dotnet-sdk
+ directory: /
28
+ schedule:
29
+ interval: weekly
30
+ day: wednesday
31
+ ignore:
32
+ - dependency-name: '*'
33
+ update-types:
34
+ - version-update:semver-major
35
+ - version-update:semver-minor
36
# Built with ❤ by [Pipeline Foundation](https://pipeline.foundation)
0 commit comments