/
githubmirror
/
gutenberg
Обзор
Документация
Войти
/
githubmirror
/
gutenberg
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
.github/dependabot.yml
35 строк
957 B
Jonathan Desrosiers
Monitor all setup-related composite Actions. (#81192)
10 авг 2026, 19:31
Не верифицирован
10 авг 2026, 19:31
f8466c3
Код
Авторство
О чём код?
# Configure Dependabot scanning. version: 2 updates: # Check for updates to GitHub Actions. - package-ecosystem: 'github-actions' directories: - '.github/workflows' - '.github/setup-*' schedule: interval: 'daily' open-pull-requests-limit: 20 cooldown: default-days: 7 labels: - 'GitHub Actions' - '[Type] Build Tooling' groups: github-actions: applies-to: version-updates update-types: - minor - patch # Manage npm security updates only. - package-ecosystem: 'npm' directory: '/' schedule: interval: 'daily' # disables noisy npm *version* updates across the monorepo; # *security* updates ignore this limit and keep running. open-pull-requests-limit: 0 labels: - 'dependencies' - '[Type] Build Tooling'