Skip to content

Commit

Permalink
Fix the schedule of DependaBot
Browse files Browse the repository at this point in the history
  • Loading branch information
friedrichwilken committed Feb 21, 2024
1 parent bb0f457 commit 7f971fc
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 7f971fc

Please sign in to comment.