ci: add dependabot github action

This commit is contained in:
Sergiu Deitsch 2023-10-08 18:04:18 +02:00
parent b8a251c091
commit fe476db256

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

@ -0,0 +1,10 @@
# Set update schedule for GitHub Actions
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
# Check for updates to GitHub Actions every week
interval: "weekly"