Skip to content

Commit

Permalink
Merge pull request #56 from d4rkr0n1n/dev
Browse files Browse the repository at this point in the history
Update Dependabot configuration to change update frequency from weekl…
  • Loading branch information
d4rkr0n1n authored Jan 19, 2025
2 parents fa3f818 + eac2a07 commit a7a1221
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 @@ -3,25 +3,25 @@ updates:
- package-ecosystem: "maven"
directory: "/backend/"
schedule:
interval: "weekly"
interval: "daily"
time: "02:00"
timezone: "Asia/Kolkata"
- package-ecosystem: "maven"
directory: "/database/"
schedule:
interval: "weekly"
interval: "daily"
time: "02:00"
timezone: "Asia/Kolkata"
- package-ecosystem: "maven"
directory: "/frontend/"
schedule:
interval: "weekly"
interval: "daily"
time: "02:00"
timezone: "Asia/Kolkata"
- package-ecosystem: "maven"
directory: "/gateway/"
schedule:
interval: "weekly"
interval: "daily"
time: "02:00"
timezone: "Asia/Kolkata"
- package-ecosystem: "github-actions"
Expand Down

0 comments on commit a7a1221

Please sign in to comment.