diff --git a/.github/workflows/version.yaml b/.github/workflows/version.yaml index 147e8f82..cd8d8484 100644 --- a/.github/workflows/version.yaml +++ b/.github/workflows/version.yaml @@ -5,7 +5,7 @@ on: paths: - 'setup.cfg' schedule: - - cron: '0 0 * * 1' + - cron: '0 0 1 * *' jobs: update_requirements: runs-on: ubuntu-latest diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 31b7a14c..7785a234 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -67,6 +67,6 @@ ci: for more information, see https://pre-commit.ci autofix_prs: false autoupdate_commit_msg: '[pre-commit.ci] pre-commit autoupdate' - autoupdate_schedule: weekly + autoupdate_schedule: monthly skip: [] submodules: false