mirror of
https://github.com/microsoft/playwright.git
synced 2026-09-14 14:08:10 +08:00
22 lines
383 B
YAML
22 lines
383 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: "github-actions"
|
|
directory: "/"
|
|
groups:
|
|
github-actions:
|
|
patterns: ["*"]
|
|
schedule:
|
|
interval: "weekly"
|
|
cooldown:
|
|
default-days: 7
|
|
|
|
- package-ecosystem: "npm"
|
|
directory: "/"
|
|
groups:
|
|
npm:
|
|
patterns: ["*"]
|
|
schedule:
|
|
interval: "weekly"
|
|
cooldown:
|
|
default-days: 7
|