Keeping actions up to date with Dependabot (#685)

This commit is contained in:
Nils
2024-02-15 09:04:51 +01:00
committed by GitHub
parent 528461412e
commit ad2bfc9abd

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"