chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,58 @@
|
||||
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:
|
||||
- '*'
|
||||
Reference in New Issue
Block a user