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