Skip to content

Commit

Permalink
chore: Fix dependabot config
Browse files Browse the repository at this point in the history
  • Loading branch information
sumanmaity1234 committed Jul 4, 2024
1 parent 298dc5a commit dbe56bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: 2
updates:
- package-ecosystem: "gradle"
directory: "../backend/"
directory: "/backend"
schedule:
interval: "daily"
time: "04:30"
Expand All @@ -14,7 +14,7 @@ updates:
open-pull-requests-limit: 20

- package-ecosystem: "npm"
directory: "../frontend/"
directory: "/frontend"
schedule:
interval: "daily"
time: "04:30"
Expand Down

0 comments on commit dbe56bd

Please sign in to comment.