Skip to content

Commit

Permalink
Update dependabot.yml
Browse files Browse the repository at this point in the history
Change weekly to monthly
  • Loading branch information
tiagohm authored Oct 10, 2023
1 parent 5f669a3 commit 318b0be
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 @@ -9,7 +9,7 @@ updates:
- package-ecosystem: "gradle"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
day: "friday"
open-pull-requests-limit: 16
target-branch: "dev"
Expand All @@ -35,7 +35,7 @@ updates:
- package-ecosystem: "npm"
directory: "/desktop"
schedule:
interval: "weekly"
interval: "monthly"
day: "friday"
open-pull-requests-limit: 64
target-branch: "dev"
Expand All @@ -49,7 +49,7 @@ updates:
- package-ecosystem: "npm"
directory: "/desktop/app"
schedule:
interval: "weekly"
interval: "monthly"
day: "friday"
target-branch: "dev"
commit-message:
Expand Down

0 comments on commit 318b0be

Please sign in to comment.