PageIndex/.github/dependabot.yml
BukeLy 09a9244721 Add Dependabot config for GitHub Actions updates
Weekly scan to open PRs upgrading third-party actions used in CI.
pip dependencies remain pinned and are covered by Dependabot security
updates separately.
2026-04-23 23:51:57 +08:00

9 lines
168 B
YAML

version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
labels:
- dependencies
- github-actions