diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 916917d..b352eb9 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -6,7 +6,7 @@ updates: - package-ecosystem: "docker" directory: "/" schedule: - interval: daily + interval: weekly assignees: - "mikenye" - "fredclausen" diff --git a/.github/workflows/pre-commit-updates.yaml b/.github/workflows/pre-commit-updates.yaml index f075972..abaa955 100644 --- a/.github/workflows/pre-commit-updates.yaml +++ b/.github/workflows/pre-commit-updates.yaml @@ -3,7 +3,7 @@ name: Update pre-commit hooks on: workflow_dispatch: schedule: - - cron: 0 0 * * * + - cron: 0 0 * * 0 jobs: update: