Update dependabot.yml (#3825)

This commit is contained in:
Felix Schurk 2025-03-20 00:47:52 +01:00 committed by GitHub
parent 768d45197b
commit 7bf3be2f07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -5,6 +5,11 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: "weekly" interval: "weekly"
# Enable version updates for git submodules
- package-ecosystem: "gitsubmodule"
directory: "/"
schedule:
interval: "daily"
# Enable updates for Rust packages # Enable updates for Rust packages
- package-ecosystem: "cargo" - package-ecosystem: "cargo"
directory: "/" # Location of package manifests directory: "/" # Location of package manifests