Add Dependabot configuration for GitHub Actions

Configure Dependabot to check for GitHub Actions updates weekly.
This commit is contained in:
humocs-man
2026-03-13 11:10:02 +01:00
committed by GitHub
parent a1a9b52192
commit 5fd0727cc7
+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"