From 6be6c0c65143b745c795e561396efc6ef80c0214 Mon Sep 17 00:00:00 2001 From: Eli <88557639+lishaduck@users.noreply.github.com> Date: Thu, 21 Mar 2024 15:56:30 -0500 Subject: [PATCH] chore: end cron jobs --- .github/dependabot.yaml | 17 ----------------- .github/workflows/deno.yaml | 4 ++-- 2 files changed, 2 insertions(+), 19 deletions(-) delete mode 100644 .github/dependabot.yaml diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml deleted file mode 100644 index 243e480b..00000000 --- a/.github/dependabot.yaml +++ /dev/null @@ -1,17 +0,0 @@ -# To get started with Dependabot version updates, you'll need to specify which -# package ecosystems to update and where the package manifests are located. -# Please see the documentation for all configuration options: -# https://docs.github.com/en/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file - -version: 2 -updates: - - package-ecosystem: "github-actions" # See documentation for possible values - directory: "/" # Location of package manifests - schedule: - interval: "daily" - assignees: - - "lishaduck" - groups: - github: - patterns: - - "actions/*" diff --git a/.github/workflows/deno.yaml b/.github/workflows/deno.yaml index af10d575..3d95666a 100644 --- a/.github/workflows/deno.yaml +++ b/.github/workflows/deno.yaml @@ -15,8 +15,8 @@ on: - synchronize - reopened merge_group: - schedule: - - cron: "0 14 * * 1" # every monday at 9 in the morning CST + # schedule: + # - cron: "0 14 * * 1" # every monday at 9 in the morning CST workflow_dispatch: permissions: