PageIndex/.github/dependabot.yml
Bukely_ 29b240a689
Add Dependabot config for GitHub Actions updates (#241)
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:59:26 +08:00

9 lines
168 B
YAML

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