/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
v3.13.12
.github/dependabot.yml
28 строк
761 B
Hugo van Kemenade
[3.13] Update pre-commit with zizmor and Ruff fixes (GH-143095) (GH-143102) (#143113)
23 дек 2025, 22:28
Не верифицирован
23 дек 2025, 22:28
c5852c2
Код
Авторство
О чём код?
version: 2 updates: - package-ecosystem: "github-actions" directory: "/" schedule: interval: "monthly" labels: - "skip issue" - "skip news" ignore: - dependency-name: "*" update-types: - "version-update:semver-minor" - "version-update:semver-patch" cooldown: # https://blog.yossarian.net/2025/11/21/We-should-all-be-using-dependency-cooldowns # Cooldowns protect against supply chain attacks by avoiding the # highest-risk window immediately after new releases. default-days: 14 - package-ecosystem: "pip" directory: "/Tools/" schedule: interval: "monthly" labels: - "skip issue" - "skip news" cooldown: default-days: 14