From b9a015974edc448cb953fc57d7a7e348074e8c4f Mon Sep 17 00:00:00 2001 From: monosans Date: Sun, 10 Dec 2023 10:32:29 +0300 Subject: [PATCH] Reconfigure dependency updates --- .github/dependabot.yml | 18 ++++++++++++++++-- .github/workflows/update-dependencies.yml | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 6654b6023..125f13678 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,9 +4,23 @@ updates: directory: / schedule: interval: daily - time: "04:30" + time: "02:30" + groups: + minor: + patterns: + - "*" + update-types: + - minor + - patch - package-ecosystem: pip directory: / schedule: interval: daily - time: "04:30" + time: "02:30" + groups: + minor: + patterns: + - "*" + update-types: + - minor + - patch diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index 6fb778708..aa74adb82 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: 0 6 * * * + - cron: 30 3 * * * concurrency: group: ${{ github.workflow }}-${{ github.ref }} cancel-in-progress: true