mirror of
https://github.com/inventree/InvenTree
synced 2024-08-30 18:33:04 +00:00
acdf7f5ec0
* 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](https://github.com/mkdocstrings/mkdocstrings/compare/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>
40 lines
767 B
YAML
40 lines
767 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
groups:
|
|
dependencies:
|
|
patterns:
|
|
- "*" # Include all dependencies
|
|
|
|
- package-ecosystem: docker
|
|
directory: /contrib/container
|
|
schedule:
|
|
interval: weekly
|
|
|
|
- package-ecosystem: pip
|
|
directories:
|
|
- /contrib/container
|
|
- /docs
|
|
- /.github
|
|
- /src/backend
|
|
schedule:
|
|
interval: weekly
|
|
groups:
|
|
dependencies:
|
|
patterns:
|
|
- "*" # Include all dependencies
|
|
|
|
- package-ecosystem: npm
|
|
directories:
|
|
- /src/frontend
|
|
- /src/backend
|
|
schedule:
|
|
interval: weekly
|
|
groups:
|
|
dependencies:
|
|
patterns:
|
|
- "*" # Include all dependencies
|