File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # To get started with Dependabot version updates, you'll need to specify which
2+ # package ecosystems to update and where the package manifests are located.
3+ # Please see the documentation for all configuration options:
4+ # https://help.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
5+
16version : 2
27updates :
8+ - package-ecosystem : " github-actions"
9+ directory : " /"
10+ schedule :
11+ interval : " daily"
12+ groups :
13+ actions-deps :
14+ patterns :
15+ - " *"
16+ target-branch : " develop"
17+
18+
319 - package-ecosystem : " nuget"
4- directory : " /" # Location of package manifests
20+ directory : " /"
521 schedule :
6- interval : " daily"
22+ interval : " daily"
23+ target-branch : " develop"
24+ open-pull-requests-limit : 1
25+ groups :
26+ all-deps :
27+ patterns :
28+ - " *"
Original file line number Diff line number Diff line change 1818 <PrivateAssets >all</PrivateAssets >
1919 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2020 </PackageReference >
21- <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.12 .0" />
21+ <PackageReference Include =" Microsoft.NET.Test.Sdk" Version =" 17.13 .0" />
2222 <PackageReference Include =" Testably.Abstractions.Testing" Version =" 4.0.0" />
2323 <PackageReference Include =" xunit" Version =" 2.9.3" />
24- <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.1 " >
24+ <PackageReference Include =" xunit.runner.visualstudio" Version =" 3.0.2 " >
2525 <PrivateAssets >all</PrivateAssets >
2626 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
2727 </PackageReference >
Original file line number Diff line number Diff line change 4040 <PrivateAssets >all</PrivateAssets >
4141 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
4242 </PackageReference >
43- <PackageReference Include =" JsonSchema.Net" Version =" 7.3.1 " />
43+ <PackageReference Include =" JsonSchema.Net" Version =" 7.3.3 " />
4444 <PackageReference Include =" Nullable" Version =" 1.3.1" >
4545 <PrivateAssets >all</PrivateAssets >
4646 <IncludeAssets >runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets >
5151 </PackageReference >
5252 <PackageReference Include =" Semver" Version =" 3.0.0" />
5353 <PackageReference Include =" Testably.Abstractions" Version =" 9.0.0" />
54- <PackageReference Include =" System.Text.Json" Version =" 9.0.1 " />
54+ <PackageReference Include =" System.Text.Json" Version =" 9.0.2 " />
5555 </ItemGroup >
5656
5757 <ItemGroup Condition =" '$(TargetFramework)' == 'netstandard2.0' " >
You can’t perform that action at this time.
0 commit comments