torchgeo/.github/dependabot.yml

22 строки
722 B
YAML

version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "pip"
directory: "/requirements"
schedule:
interval: "daily"
ignore:
# setuptools releases new versions almost daily
- dependency-name: "setuptools"
update-types: ["version-update:semver-patch"]
# Sphinx 6 is incompatible with pytorch-sphinx-theme
# https://github.com/pytorch/pytorch_sphinx_theme/issues/175
- dependency-name: "sphinx"
# segmentation-models-pytorch pins timm, must update in unison
- dependency-name: "timm"
# torchvision pins torch, must update in unison
- dependency-name: "torch"