Skip to content

Commit 1d33044

Browse files
devlooped-botkzu
authored andcommitted
⬆️ Bump files with dotnet-file sync
# devlooped/oss - Add System.IdentityModel group devlooped/oss@e7d18ae - Add MS.IdentityModel to identity group devlooped/oss@14d1868 - Exclude System.IdentityModel from System group devlooped/oss@35ca3f3 - Add .sass-cache to ignores devlooped/oss@d65f9c7 - Move .sass-cache down alongside other jekyll folders devlooped/oss@551d4e0 - Ignore azure functions local settings devlooped/oss@4bd7025
1 parent 06d88ec commit 1d33044

File tree

4 files changed

+14
-5
lines changed

4 files changed

+14
-5
lines changed

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,15 @@ updates:
1212
patterns:
1313
- "Azure*"
1414
- "Microsoft.Azure*"
15+
Identity:
16+
patterns:
17+
- "System.IdentityModel*"
18+
- "Microsoft.IdentityModel*"
1519
System:
1620
patterns:
1721
- "System*"
22+
exclude-patterns:
23+
- "System.IdentityModel*"
1824
Extensions:
1925
patterns:
2026
- "Microsoft.Extensions*"

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ TestResults
77
.vs
88
.vscode
99
.idea
10+
local.settings.json
1011

1112
*.suo
1213
*.sdf
@@ -31,5 +32,6 @@ node_modules
3132
_site
3233
.jekyll-metadata
3334
.jekyll-cache
35+
.sass-cache
3436
Gemfile.lock
3537
package-lock.json

.netconfig

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@
3838
weak
3939
[file ".github/dependabot.yml"]
4040
url = https://github.com/devlooped/oss/blob/main/.github/dependabot.yml
41-
sha = cba10bbf7bb08d841d2ddc990b67bc3f2c58fba0
42-
etag = fc84e2bb7a348609b75bb20145333306e2030083c6929edcc4f675907b8c52ad
41+
sha = 35ca3f3405452465058d89005f8a88a65847c377
42+
etag = f8080f8f04d87529e90d9a66751d304a7141196fb9734aa2d110784e52e66898
4343
weak
4444
[file ".github/release.yml"]
4545
url = https://github.com/devlooped/oss/blob/main/.github/release.yml
@@ -74,8 +74,8 @@
7474
weak
7575
[file ".gitignore"]
7676
url = https://github.com/devlooped/oss/blob/main/.gitignore
77-
sha = b87a8a795a4c2b6830602225c066c11108552a99
78-
etag = 96e0860052044780f1fc9e3bdfbee09d82d5dddb8b1217d67460fc7330a64dd8
77+
sha = 4bd702593c10df189cd4a0f6e6fb72e55de02198
78+
etag = f11dcc8c057bd2f526aa9c7090c9568d1656fafaaedc6719da42a00283018ffa
7979
weak
8080
[file "Directory.Build.rsp"]
8181
url = https://github.com/devlooped/oss/blob/main/Directory.Build.rsp

readme.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ We appreciate deeply any feedback that you may have! Feel free to participate in
148148
[![Mårten Rånge](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/mrange.png "Mårten Rånge")](https://github.com/mrange)
149149
[![David Petric](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/davidpetric.png "David Petric")](https://github.com/davidpetric)
150150
[![Rich Lee](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/richlee.png "Rich Lee")](https://github.com/richlee)
151-
[![Danilo Dantas](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/dannevesdantas.png "Danilo Dantas")](https://github.com/dannevesdantas)
151+
[![Danilo das Neves Dantas](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/dannevesdantas.png "Danilo das Neves Dantas")](https://github.com/dannevesdantas)
152152
[![](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/nietras.png "")](https://github.com/nietras)
153153
[![Gary Woodfine](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/garywoodfine.png "Gary Woodfine")](https://github.com/garywoodfine)
154154
[![](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/kristinnstefansson.png "")](https://github.com/kristinnstefansson)
@@ -179,6 +179,7 @@ We appreciate deeply any feedback that you may have! Feel free to participate in
179179
[![Richard Collette](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/rcollette.png "Richard Collette")](https://github.com/rcollette)
180180
[![Nick Vaughan](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/bngv.png "Nick Vaughan")](https://github.com/bngv)
181181
[![Ken Bonny](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/KenBonny.png "Ken Bonny")](https://github.com/KenBonny)
182+
[![Simon Cropp](https://raw.githubusercontent.com/devlooped/sponsors/main/.github/avatars/SimonCropp.png "Simon Cropp")](https://github.com/SimonCropp)
182183

183184

184185
<!-- sponsors.md -->

0 commit comments

Comments
 (0)