Enable dependabot for Github Actions (#1363)

This commit is contained in:
Ricki Hirner
2025-04-01 17:28:24 +02:00
committed by GitHub
parent b4d4a2fddd
commit fff332f31f

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

@@ -0,0 +1,11 @@
version: 2
updates:
# Enable version updates for GitHub Actions
- package-ecosystem: "github-actions"
# Workflow files stored in the default location of `.github/workflows`
# You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.
directory: "/"
schedule:
interval: "weekly"
commit-message:
prefix: "[CI] "