Christoph Wille 3 years ago committed by GitHub
parent
commit
afc6fa2b56
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      .github/workflows/dependabot.yml

10
.github/workflows/dependabot.yml

@ -0,0 +1,10 @@ @@ -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 weekday
interval: "weekly"
Loading…
Cancel
Save