chore(ci) add Dependabot configuration for GitHub Actions

This commit is contained in:
Saúl Ibarra Corretgé
2025-11-27 08:54:01 +01:00
committed by Saúl Ibarra Corretgé
parent 7a9ba79783
commit 21e2504cf9

12
.github/dependabot.yml vendored Normal file
View File

@@ -0,0 +1,12 @@
version: 2
updates:
# Monitor GitHub Actions versions
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
labels:
- "dependencies"
- "github-actions"
commit-message:
prefix: "chore(ci)"