Skip to content

Commit

Permalink
chore: udpate dependabot schedule interval
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyjoygh committed Jul 21, 2024
1 parent 5dca137 commit 0a92ba0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ updates:
prefix: "chore"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"
- package-ecosystem: npm
commit-message:
prefix: "chore"
directory: "/frontend/web"
schedule:
interval: "weekly"
interval: "monthly"
- package-ecosystem: npm
commit-message:
prefix: "chore"
directory: "/frontend/extension"
schedule:
interval: "weekly"
interval: "monthly"
- package-ecosystem: "gomod"
commit-message:
prefix: "chore"
directory: "/"
schedule:
interval: "weekly"
interval: "monthly"

0 comments on commit 0a92ba0

Please sign in to comment.