ci(dependabot): use times that don't conflict with releases (#9975)

This commit is contained in:
Vladimír Gorej
2024-05-27 13:17:36 +02:00
committed by GitHub
parent df03a8f99c
commit 31b35fdca4

View File

@@ -4,6 +4,7 @@ updates:
directory: "/" directory: "/"
schedule: schedule:
interval: daily interval: daily
time: "23:00"
commit-message: commit-message:
prefix: "chore" prefix: "chore"
include: "scope" include: "scope"
@@ -18,6 +19,7 @@ updates:
# Check for updates once a week # Check for updates once a week
schedule: schedule:
interval: "weekly" interval: "weekly"
time: "23:00"
- package-ecosystem: "github-actions" - package-ecosystem: "github-actions"
target-branch: "master" target-branch: "master"