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.
2 parents e14258d + f503925 commit f72d3a7Copy full SHA for f72d3a7
.github/dependabot.yml
@@ -6,12 +6,20 @@ updates:
6
open-pull-requests-limit: 10
7
schedule:
8
interval: "weekly"
9
-
10
- package-ecosystem: "nuget"
11
# location of package manifests
12
directory: "/"
13
14
15
interval: "daily"
16
17
-# Built with ❤ by [Pipeline Foundation](https://pipeline.foundation)
+ - package-ecosystem: dotnet-sdk
+ directory: /
+ schedule:
18
+ interval: weekly
19
+ day: wednesday
20
+ ignore:
21
+ - dependency-name: '*'
22
+ update-types:
23
+ - version-update:semver-major
24
+ - version-update:semver-minor
25
+# Built with ❤ by [Pipeline Foundation](https://pipeline.foundation)
0 commit comments