Files
github-actions-magento2/.github/dependabot.yml
T
2026-06-09 17:40:41 -04:00

18 lines
557 B
YAML

version: 2
updates:
# Maintain dependencies for GitHub Actions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "weekly"
# TS subpackages pin deps to 0.0.0-PLACEHOLDER; real versions are managed
# in the root package.json Keep Dependabot out of them so it stops
# "bumping" the placeholder (see PR #267).
exclude-paths:
- "resolve-check-config/**"
- "setup-install/**"
- "supported-version/**"