/
githubmirror
/
scikit-learn
Обзор
Документация
Войти
/
githubmirror
/
scikit-learn
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/dependabot.yml
21 строка
644 B
Matthew Feickert
CI Enable Dependabot and use full length commit SHA for PyPI publishing (#29180)
06 июн 2024, 14:28
Не верифицирован
06 июн 2024, 14:28
b285de0
Код
Авторство
О чём код?
version: 2 updates: # Maintain dependencies for GitHub Actions as recommended in SPEC8: # https://github.com/scientific-python/specs/pull/325 # At the time of writing, release critical workflows such as # pypa/gh-action-pypi-publish should use hash-based versioning for security # reasons. This strategy may be generalized to all other github actions # in the future. - package-ecosystem: "github-actions" directory: "/" schedule: interval: "monthly" groups: actions: patterns: - "*" labels: - "Build / CI" - "dependencies" reviewers: - "scikit-learn/core-devs"