From c3fa9498d37db452766e020b5a856c161ef9c832 Mon Sep 17 00:00:00 2001 From: monosans Date: Thu, 22 Aug 2024 12:16:32 +0300 Subject: [PATCH] Change dependency update time --- .github/dependabot.yml | 6 +++--- .github/workflows/update-dependencies.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c16841b..270b0ec 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,17 +4,17 @@ updates: directory: / schedule: interval: daily - time: "00:30" + time: "23:30" - package-ecosystem: github-actions directory: / schedule: interval: daily - time: "00:30" + time: "23:30" - package-ecosystem: pip directory: / schedule: interval: daily - time: "00:30" + time: "23:30" groups: pip-semver-minor: patterns: diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index fec5157..21b8a42 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -2,7 +2,7 @@ name: Update dependencies on: workflow_dispatch: schedule: - - cron: 30 1 * * * + - cron: 30 0 * * * concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true