]> git.ipfire.org Git - thirdparty/fastapi/fastapi.git/commitdiff
📝 Update release notes
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sun, 24 May 2026 11:07:04 +0000 (11:07 +0000)
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>
Sun, 24 May 2026 11:07:04 +0000 (11:07 +0000)
[skip ci]

docs/en/docs/release-notes.md

index bd5c59a0b25c3694a38aa4ed71ebfc3c3c8397a1..e5d381d0f91fb53d4e0d5ebef42dd87b58d042c3 100644 (file)
@@ -13,6 +13,10 @@ hide:
 * 📝 Remove "NGINX Unit" from the list of ASGI-servers in docs. PR [#15475](https://github.com/fastapi/fastapi/pull/15475) by [@angryfoxx](https://github.com/angryfoxx).
 * 📝 Update `docs/en/docs/tutorial/security/oauth2-jwt.md`. PR [#14781](https://github.com/fastapi/fastapi/pull/14781) by [@zadevhub](https://github.com/zadevhub).
 
+### Internal
+
+* 👷 Configure Dependabot to group updates and update weekly. PR [#15560](https://github.com/fastapi/fastapi/pull/15560) by [@YuriiMotov](https://github.com/YuriiMotov).
+
 ## 0.136.3 (2026-05-23)
 
 ### Refactors