Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
natehouk authored Jul 5, 2024
1 parent e178e3c commit e1a99a5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ updates:
# Workflow files stored in the default location of `.github/workflows`. (You don't need to specify `/.github/workflows` for `directory`. You can use `directory: "/"`.)
directory: "/"
schedule:
interval: "weekly"
interval: "daily"

# Maintain dependencies for npm
- package-ecosystem: "npm"
directory: "/src"
schedule:
interval: "weekly"
interval: "daily"

# Maintain dependencies for Composer
- package-ecosystem: "cargo"
directory: "/src-tauri"
schedule:
interval: "weekly"
interval: "daily"

0 comments on commit e1a99a5

Please sign in to comment.