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