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 f2a48e0 commit d54133e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@ 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: "github-actions" # 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)"

0 comments on commit d54133e

Please sign in to comment.