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.
This commit is contained in:
BukeLy 2026-04-23 23:51:57 +08:00
parent f2dcffc0b7
commit 09a9244721

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