diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index 4cb4f14..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,9 +0,0 @@ -version: 2 -updates: - - package-ecosystem: pip - directory: "/" - schedule: - interval: weekly - timezone: CET - open-pull-requests-limit: 10 - diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index afde0ff..7439c0f 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -6,6 +6,8 @@ on: branches: [ main ] pull_request: branches: [ main ] + schedule: + - cron: "0 7 * * 0" # Every Sunday at 07:00 UTC jobs: build: