Add Dependabot configuration for GitHub Actions

This commit is contained in:
Marvin Scham
2025-09-14 01:55:14 +02:00
committed by GitHub
parent 929ffaadf7
commit ff922ca95c

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

@@ -0,0 +1,9 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "chore"
include: "scope"