Update dependabot.yml

Now supports docker
This commit is contained in:
Sion 2023-05-23 20:40:48 -06:00 committed by GitHub
parent c410bcc713
commit 5af3702041
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -8,3 +8,9 @@ updates:
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"
# Configuration for Dockerfile
- package-ecosystem: "docker"
directory: "/"
schedule:
interval: "weekly"