Update package manager metadata, dependency overrides, landing and MCP package versions, Dependabot configuration, and CI audit/store handling for safer dependency maintenance.
39 lines
767 B
YAML
39 lines
767 B
YAML
version: 2
|
|
updates:
|
|
- package-ecosystem: npm
|
|
directories:
|
|
- /
|
|
- /landing
|
|
schedule:
|
|
interval: weekly
|
|
day: monday
|
|
time: "09:00"
|
|
timezone: Etc/UTC
|
|
cooldown:
|
|
default-days: 3
|
|
open-pull-requests-limit: 5
|
|
commit-message:
|
|
prefix: chore
|
|
prefix-development: chore
|
|
include: scope
|
|
groups:
|
|
npm-minor-and-patch:
|
|
patterns:
|
|
- "*"
|
|
update-types:
|
|
- minor
|
|
- patch
|
|
|
|
- package-ecosystem: github-actions
|
|
directory: /
|
|
schedule:
|
|
interval: weekly
|
|
day: tuesday
|
|
time: "09:00"
|
|
timezone: Etc/UTC
|
|
cooldown:
|
|
default-days: 3
|
|
open-pull-requests-limit: 3
|
|
commit-message:
|
|
prefix: chore
|
|
include: scope
|