File tree Expand file tree Collapse file tree 3 files changed +31
-6
lines changed
Expand file tree Collapse file tree 3 files changed +31
-6
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,28 @@ updates:
77 directory : /
88 schedule :
99 interval : daily
10+ groups :
11+ Azure :
12+ patterns :
13+ - " Azure*"
14+ - " Microsoft.Azure*"
15+ System :
16+ patterns :
17+ - " System*"
18+ Extensions :
19+ patterns :
20+ - " Microsoft.Extensions*"
21+ Web :
22+ patterns :
23+ - " Microsoft.AspNetCore*"
24+ Tests :
25+ patterns :
26+ - " Microsoft.NET.Tests*"
27+ - " xunit*"
28+ - " coverlet*"
29+ ThisAssembly :
30+ patterns :
31+ - " ThisAssembly*"
32+ ProtoBuf :
33+ patterns :
34+ - " protobuf-*"
Original file line number Diff line number Diff line change 3636 weak
3737[file ".github/dependabot.yml"]
3838 url = https://github.com/devlooped/oss/blob/main/.github/dependabot.yml
39- sha = 4f070a477b4162a280f02722ae666376ae4fcc71
40- etag = 35f2134fff3b0235ff8dac8618a76198c8ef533ad2f29628bbb435cd1134d638
39+ sha = cba10bbf7bb08d841d2ddc990b67bc3f2c58fba0
40+ etag = fc84e2bb7a348609b75bb20145333306e2030083c6929edcc4f675907b8c52ad
4141 weak
4242[file ".github/workflows/build.yml"]
4343 url = https://github.com/devlooped/oss/blob/main/.github/workflows/build.yml
8686 weak
8787[file "src/Directory.Build.targets"]
8888 url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.targets
89- sha = 1514d15399a7d545ad92a0e9d57dc8295fdd6af8
90- etag = 428f80b0786ff17b836c7a5b0640948724855d17933e958642b22849ac00dadb
89+ sha = 5cec43dd514aeb9050ea2ccbc546f7afa428c5b5
90+ etag = 8e0f43f00e0c29b408d4ce5c821b44a9bf7dbc8d4917895cfc39f2964d839bf6
9191 weak
9292[file "src/kzu.snk"]
9393 url = https://github.com/devlooped/oss/blob/main/src/kzu.snk
Original file line number Diff line number Diff line change 4040 <!-- src-level will need explicit inclusion -->
4141 <None Include =" $(MSBuildThisFileDirectory)icon.png" Link =" icon.png" Visible =" false"
4242 Pack =" true" PackagePath =" %(Filename)%(Extension)"
43- Condition =" Exists('$(MSBuildThisFileDirectory)icon.png') and !Exists('$(MSBuildProjectDirectory)icon.png')" />
43+ Condition =" Exists('$(MSBuildThisFileDirectory)icon.png') and !Exists('$(MSBuildProjectDirectory)\ icon.png')" />
4444
4545 <None Include =" $(MSBuildThisFileDirectory)readme.md" Link =" readme.md"
4646 Pack =" true" PackagePath =" %(Filename)%(Extension)"
47- Condition =" Exists('$(MSBuildThisFileDirectory)readme.md') and !Exists('$(MSBuildProjectDirectory)readme.md')" />
47+ Condition =" Exists('$(MSBuildThisFileDirectory)readme.md') and !Exists('$(MSBuildProjectDirectory)\ readme.md')" />
4848 </ItemGroup >
4949
5050 <!-- Microsoft.NET.Sdk\targets\Microsoft.NET.DefaultAssemblyInfo.targets does this and is imported
You can’t perform that action at this time.
0 commit comments