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.
This commit is contained in:
Bukely_ 2026-04-23 23:59:26 +08:00 committed by GitHub
parent f2dcffc0b7
commit 29b240a689
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

9
.github/dependabot.yml vendored Normal file
View file

@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: weekly
labels:
- dependencies
- github-actions