mirror of
https://github.com/itzg/docker-minecraft-server
synced 2024-11-10 06:14:14 +00:00
89889c556b
* build(deps): bump mkdocs-static-i18n from 1.1.1 to 1.2.0 in /docs Bumps [mkdocs-static-i18n](https://github.com/ultrabug/mkdocs-static-i18n) from 1.1.1 to 1.2.0. - [Changelog](https://github.com/ultrabug/mkdocs-static-i18n/blob/main/docs/changelog.md) - [Commits](https://github.com/ultrabug/mkdocs-static-i18n/compare/1.1.1...1.2.0) --- updated-dependencies: - dependency-name: mkdocs-static-i18n dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * Bump other docs dependencies together --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Geoff Bourne <itzgeoff@gmail.com>
24 lines
443 B
YAML
24 lines
443 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
schedule:
|
|
interval: "weekly"
|
|
groups:
|
|
updates:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- patch
|
|
- minor
|
|
- package-ecosystem: pip
|
|
directory: "/docs"
|
|
schedule:
|
|
interval: weekly
|
|
groups:
|
|
patches:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- patch
|
|
- minor
|