Skip to content

Commit

Permalink
Bump mkdocstrings[python] from 0.25.0 to 0.25.1 in /docs (#7212)
Browse files Browse the repository at this point in the history
* Bump mkdocstrings[python] from 0.25.0 to 0.25.1 in /docs

Bumps [mkdocstrings[python]](https://github.com/mkdocstrings/mkdocstrings) from 0.25.0 to 0.25.1.
- [Release notes](https://github.com/mkdocstrings/mkdocstrings/releases)
- [Changelog](https://github.com/mkdocstrings/mkdocstrings/blob/main/CHANGELOG.md)
- [Commits](mkdocstrings/mkdocstrings@0.25.0...0.25.1)

---
updated-dependencies:
- dependency-name: mkdocstrings[python]
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix req

* bump rest of docs reqs

* group dependabot settings

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Matthias Mair <code@mjmair.com>
  • Loading branch information
dependabot[bot] and matmair authored May 21, 2024
1 parent bb93c91 commit acdf7f5
Show file tree
Hide file tree
Showing 2 changed files with 127 additions and 159 deletions.
34 changes: 8 additions & 26 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,31 +15,11 @@ updates:
interval: weekly

- package-ecosystem: pip
directory: /contrib/container
schedule:
interval: weekly

- package-ecosystem: pip
directory: /docs
schedule:
interval: weekly

- package-ecosystem: pip
directory: /.github
schedule:
interval: weekly

- package-ecosystem: pip
directory: /src/backend
schedule:
interval: weekly
groups:
dependencies:
patterns:
- "*" # Include all dependencies

- package-ecosystem: npm
directory: /src/backend
directories:
- /contrib/container
- /docs
- /.github
- /src/backend
schedule:
interval: weekly
groups:
Expand All @@ -48,7 +28,9 @@ updates:
- "*" # Include all dependencies

- package-ecosystem: npm
directory: /src/frontend
directories:
- /src/frontend
- /src/backend
schedule:
interval: weekly
groups:
Expand Down
Loading

0 comments on commit acdf7f5

Please sign in to comment.