ci: enable Dependabot for GitHub Actions (#4343)

This commit is contained in:
Marten Seemann
2024-03-03 18:45:49 +10:30
committed by GitHub
parent d41c0b68cd
commit ba1fbbe964

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

@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"