/
githubmirror
/
docusaurus
Обзор
Документация
Войти
/
githubmirror
/
docusaurus
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
.github/dependabot.yml
31 строка
813 B
Sébastien Lorber
fix(ci): fix dependabot cooldown delays (#12241)
09 июл 2026, 13:55
Не верифицирован
09 июл 2026, 13:55
a2e6922
Код
Авторство
О чём код?
version: 2 updates: ######################## # GITHUB ACTIONS UPDATES - package-ecosystem: github-actions directory: '/' schedule: interval: weekly open-pull-requests-limit: 99 labels: - 'pr: dependencies' ######################## # NPM VERSION UPDATES - package-ecosystem: 'npm' directory: '/' exclude-paths: - 'examples/**' schedule: interval: 'weekly' # Do not spam too much, we'll adjust this setting if needed open-pull-requests-limit: 5 labels: - 'pr: dependencies' cooldown: default-days: 5 semver-major-days: 30 # +1d compared to pnpm cutoff, otherwise Dependabot opens PRs too early # See https://github.com/facebook/docusaurus/pull/12241 semver-minor-days: 8 semver-patch-days: 8