Skip to content

Commit

Permalink
chore(github): increase the dependabot interval
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Mar 11, 2024
1 parent beefc85 commit 7283431
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 @@ -4,7 +4,7 @@ updates:
- package-ecosystem: cargo
directory: "/"
schedule:
interval: weekly
interval: monthly
open-pull-requests-limit: 10
groups:
minor:
Expand All @@ -18,7 +18,7 @@ updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: weekly
interval: monthly
open-pull-requests-limit: 10
groups:
minor:
Expand All @@ -32,7 +32,7 @@ updates:
- package-ecosystem: "npm"
directory: "/gui"
schedule:
interval: daily
interval: monthly
open-pull-requests-limit: 10
groups:
minor:
Expand Down

0 comments on commit 7283431

Please sign in to comment.