Update dependabot.yml

This commit is contained in:
Darrell 2023-11-14 19:11:59 -05:00 committed by GitHub
parent eab5e92aea
commit 35ff460809
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -5,16 +5,16 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "weekly"
# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "ui/"
schedule:
interval: "daily"
interval: "weekly"
# Maintain dependencies for Composer
# Maintain dependencies for nuget
- package-ecosystem: "nuget"
directory: "/"
schedule:
interval: "platformio"
interval: "weekly"