From 630b5eba7c158ff25570b3d623713d35dad0cd9a Mon Sep 17 00:00:00 2001 From: monosans Date: Tue, 3 Sep 2024 11:17:16 +0300 Subject: [PATCH] Reconfigure dependency updates 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 270b0ec..6867168 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,17 +4,17 @@ updates: directory: / schedule: interval: daily - time: "23:30" + time: "00:00" - package-ecosystem: github-actions directory: / schedule: interval: daily - time: "23:30" + time: "00:00" - package-ecosystem: pip directory: / schedule: interval: daily - time: "23:30" + time: "00:00" groups: pip-semver-minor: patterns: diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index ad93f54..79a73fc 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 0 * * * + - cron: 00 01 * * * concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true