From e2af0d6e89eb3e795802f537f73542a0386799ea Mon Sep 17 00:00:00 2001 From: Alex Dobin Date: Mon, 25 Aug 2025 12:12:53 -0700 Subject: [PATCH] Disable GitHub Actions dependency updates Comment out GitHub Actions dependency configuration. This is currently breaking Matrix and I don't have time at the moment to fix the action to create my own deployment file. --- .github/dependabot.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index c6cc3981..3d66dc30 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -22,12 +22,12 @@ updates: typescript-eslint: patterns: - '@typescript-eslint/*' - - package-ecosystem: 'github-actions' - directory: '/' - labels: - - 'dependencies' - # Add Kodiak `merge.automerge_label` - - 'ship it!' - schedule: - # Check for updates to GitHub Actions every weekday - interval: 'daily' +# - package-ecosystem: 'github-actions' +# directory: '/' +# labels: +# - 'dependencies' +# # Add Kodiak `merge.automerge_label` +# - 'ship it!' +# schedule: +# # Check for updates to GitHub Actions every weekday +# interval: 'daily'