项目文件夹

文件
Natasha Gorshunova a8c7c73ca5 chore: add dependabot cooldown option (#2320)
Co-authored-by: Natallia Harshunova <nharshunova@chromium.org>
2026-07-08 11:04:09 +00:00

59 行
1.3 KiB
YAML

version: 2
updates:
- package-ecosystem: npm
directory: /
schedule:
interval: weekly
day: 'sunday'
time: '02:00'
timezone: Europe/Berlin
cooldown:
default-days: 7
exclude:
- 'chrome-devtools-frontend'
- 'puppeteer*'
- 'lighthouse'
- '@google/genai'
groups:
dependencies:
dependency-type: production
patterns:
- '*'
dev-dependencies:
dependency-type: development
exclude-patterns:
- 'puppeteer*'
- 'chrome-devtools-frontend'
- '@modelcontextprotocol/sdk'
- 'yargs'
- 'debug'
- 'core-js'
patterns:
- '*'
# breaks often so better to roll separetely.
bundled-devtools:
patterns:
- 'chrome-devtools-frontend'
bundled:
patterns:
- 'puppeteer*'
- '@modelcontextprotocol/sdk'
- 'yargs'
- 'debug'
- 'core-js'
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
day: 'sunday'
time: '04:00'
timezone: Europe/Berlin
cooldown:
default-days: 7
exclude:
- 'googleapis/*'
groups:
all:
patterns:
- '*'