Skip to content

Commit

Permalink
set dependabot interval to monthly
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyrAhmady committed Jan 22, 2024
1 parent d561f5f commit 7e13064
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 @@ -3,14 +3,14 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "daily"
interval: "monthly"

- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
interval: "monthly"

- package-ecosystem: "cargo"
directory: "src-tauri"
schedule:
interval: "daily"
interval: "monthly"

0 comments on commit 7e13064

Please sign in to comment.