File tree 3 files changed +37
-6
lines changed
3 files changed +37
-6
lines changed Original file line number Diff line number Diff line change @@ -7,3 +7,34 @@ updates:
7
7
directory : /
8
8
schedule :
9
9
interval : daily
10
+ groups :
11
+ Azure :
12
+ patterns :
13
+ - " Azure*"
14
+ - " Microsoft.Azure*"
15
+ Identity :
16
+ patterns :
17
+ - " System.IdentityModel*"
18
+ - " Microsoft.IdentityModel*"
19
+ System :
20
+ patterns :
21
+ - " System*"
22
+ exclude-patterns :
23
+ - " System.IdentityModel*"
24
+ Extensions :
25
+ patterns :
26
+ - " Microsoft.Extensions*"
27
+ Web :
28
+ patterns :
29
+ - " Microsoft.AspNetCore*"
30
+ Tests :
31
+ patterns :
32
+ - " Microsoft.NET.Tests*"
33
+ - " xunit*"
34
+ - " coverlet*"
35
+ ThisAssembly :
36
+ patterns :
37
+ - " ThisAssembly*"
38
+ ProtoBuf :
39
+ patterns :
40
+ - " protobuf-*"
Original file line number Diff line number Diff line change 22
22
weak
23
23
[file ".github/dependabot.yml"]
24
24
url = https://github.com/devlooped/oss/blob/main/.github/dependabot.yml
25
- sha = 4f070a477b4162a280f02722ae666376ae4fcc71
26
- etag = 35f2134fff3b0235ff8dac8618a76198c8ef533ad2f29628bbb435cd1134d638
25
+ sha = 35ca3f3405452465058d89005f8a88a65847c377
26
+ etag = f8080f8f04d87529e90d9a66751d304a7141196fb9734aa2d110784e52e66898
27
27
weak
28
28
[file ".github/workflows/build.yml"]
29
29
url = https://github.com/devlooped/oss/blob/main/.github/workflows/build.yml
57
57
weak
58
58
[file "src/Directory.Build.targets"]
59
59
url = https://github.com/devlooped/oss/blob/main/src/Directory.Build.targets
60
- sha = 1514d15399a7d545ad92a0e9d57dc8295fdd6af8
61
- etag = 428f80b0786ff17b836c7a5b0640948724855d17933e958642b22849ac00dadb
60
+ sha = 5cec43dd514aeb9050ea2ccbc546f7afa428c5b5
61
+ etag = 8e0f43f00e0c29b408d4ce5c821b44a9bf7dbc8d4917895cfc39f2964d839bf6
62
62
weak
63
63
[file ".github/workflows/changelog.yml"]
64
64
url = https://github.com/devlooped/oss/blob/main/.github/workflows/changelog.yml
Original file line number Diff line number Diff line change 40
40
<!-- src-level will need explicit inclusion -->
41
41
<None Include =" $(MSBuildThisFileDirectory)icon.png" Link =" icon.png" Visible =" false"
42
42
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')" />
44
44
45
45
<None Include =" $(MSBuildThisFileDirectory)readme.md" Link =" readme.md"
46
46
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')" />
48
48
</ItemGroup >
49
49
50
50
<!-- 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