Fix dependabot.yml to specify package-ecosystem as github-actions

This commit is contained in:
Charles Giessen 2024-03-06 10:50:03 -07:00 committed by GitHub
parent 50151234f5
commit 72f45a22e2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -5,7 +5,7 @@
version: 2
updates:
- package-ecosystem: "" # See documentation for possible values
- package-ecosystem: "github-actions" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"