Skip to content

Commit

Permalink
Change dependabot
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikos Nikolaidis committed Jun 19, 2023
1 parent 082f2a7 commit ea34737
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
@@ -1,20 +1,20 @@
version: 2
updates:
- package-ecosystem: "maven"
directory: "/src"
directory: "/"
schedule:
# Check for maven dependency updates every weekday at 08:00 UTC
interval: "daily"
time: "08:00"
- package-ecosystem: "github-actions"
directory: "/src"
directory: "/"
schedule:
# Check for updates to GitHub Actions every weekday at 08:00 UTC
interval: "daily"
time: "08:00"
- package-ecosystem: "docker"
directory: "/src"
directory: "/"
schedule:
# Check for updates to container images every weekday at 08:00 UTC
interval: "daily"
time: "08:00"
time: "08:00"

0 comments on commit ea34737

Please sign in to comment.