agent-ecosystem/.github/dependabot.yml
777genius 6372c91312 chore: update dependency safeguards
Update package manager metadata, dependency overrides, landing and MCP package versions, Dependabot configuration, and CI audit/store handling for safer dependency maintenance.
2026-05-24 00:23:31 +03:00

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