/
githubmirror
/
cpython
Обзор
Документация
Войти
/
githubmirror
/
cpython
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/dependabot.yml
32 строки
826 B
Stan Ulbrych
Increase dependabot interval to quarterly (#147959)
01 апр 2026, 15:46
Не верифицирован
01 апр 2026, 15:46
07d5d72
Код
Авторство
О чём код?
version: 2 updates: - package-ecosystem: "github-actions" directory: "/" schedule: interval: "quarterly" labels: - "skip issue" - "skip news" ignore: - dependency-name: "*" update-types: - "version-update:semver-minor" - "version-update:semver-patch" groups: actions: patterns: - "*" 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: "quarterly" labels: - "skip issue" - "skip news" cooldown: default-days: 14