Dependabot: update devcontainer, group torch (#2025)

* Dependabot: update devcontainer, group torch

* Add label
This commit is contained in:
Adam J. Stewart 2024-04-26 14:15:53 +02:00 коммит произвёл GitHub
Родитель 8d17bb891c
Коммит 969aca158f
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
2 изменённых файлов: 13 добавлений и 7 удалений

19
.github/dependabot.yml поставляемый
Просмотреть файл

@ -1,18 +1,24 @@
# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
version: 2
updates:
- package-ecosystem: "devcontainers"
directory: "/.devcontainer"
schedule:
interval: "weekly"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
ignore:
# codecov-action 4 is not compatible with forks
# https://github.com/codecov/feedback/issues/126
# https://github.com/codecov/feedback/issues/273
- dependency-name: "codecov/codecov-action"
- package-ecosystem: "pip"
directory: "/requirements"
schedule:
interval: "daily"
groups:
# torchvision pins torch, must update in unison
torch:
patterns:
- "torch"
- "torchvision"
ignore:
# setuptools releases new versions almost daily
- dependency-name: "setuptools"
@ -20,7 +26,6 @@ updates:
# sphinx 6 is incompatible with pytorch-sphinx-theme
# https://github.com/pytorch/pytorch_sphinx_theme/issues/175
- dependency-name: "sphinx"
versions: ">=6"
# segmentation-models-pytorch pins timm, must update in unison
- dependency-name: "timm"
# torchvision pins torch, must update in unison
- dependency-name: "torch"

1
.github/labeler.yml поставляемый
Просмотреть файл

@ -27,6 +27,7 @@ dependencies:
- any-glob-to-any-file:
- "pyproject.toml"
- "requirements/**"
- ".github/dependabot.yml"
documentation:
- changed-files:
- any-glob-to-any-file: