Add Dependabot configuration for GitHub Actions

This commit is contained in:
humocs-man
2026-03-13 11:16:05 +01:00
committed by GitHub
parent 5fd0727cc7
commit 239ec6a91b
+11
View File
@@ -0,0 +1,11 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "deps"
labels:
- "dependencies"
- "github-actions"