Skip to content

Commit

Permalink
fix: schedule of dependabot (#90)
Browse files Browse the repository at this point in the history
Fix the schedule of DependaBot
  • Loading branch information
friedrichwilken authored Feb 22, 2024
1 parent 9aa6c55 commit 3fb1225
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 @@ -9,30 +9,30 @@ updates:
schedule:
interval: "weekly"
day: monday
time: 07:00
time: "07:00"
commit-message:
prefix: "deps(dependabot)"
- package-ecosystem: "docker" # See documentation for possible values
directory: "/" # Location of package manifests
schedule:
interval: "weekly"
day: monday
time: 07:00
time: "07:00"
commit-message:
prefix: "deps(dependabot)"
- package-ecosystem: "docker" # See documentation for possible values
directory: "resources/loadtest/base" # Location of package manifests
schedule:
interval: "weekly"
day: monday
time: 07:00
time: "07:00"
commit-message:
prefix: "deps(dependabot)"
- package-ecosystem: "docker" # See documentation for possible values
directory: "resources/validationtest/base" # Location of package manifests
schedule:
interval: "weekly"
day: monday
time: 07:00
time: "07:00"
commit-message:
prefix: "deps(dependabot)"

0 comments on commit 3fb1225

Please sign in to comment.