From 47e471e135555d475a2adf914652b7465c54214f Mon Sep 17 00:00:00 2001 From: Peter Harrison <16875803+palisadoes@users.noreply.github.com> Date: Thu, 7 Dec 2023 04:40:49 -0800 Subject: [PATCH] Revert "feat: added dependabot (#1144)" This reverts commit b59bdf066f7dfe8ffa751d9a483bce783c4f46bd. --- .github/workflows/dependabot.yml | 18 ------------------ 1 file changed, 18 deletions(-) delete mode 100644 .github/workflows/dependabot.yml diff --git a/.github/workflows/dependabot.yml b/.github/workflows/dependabot.yml deleted file mode 100644 index 2fc49726ff..0000000000 --- a/.github/workflows/dependabot.yml +++ /dev/null @@ -1,18 +0,0 @@ -# Configuration for automated dependency updates using Dependabot -version: 2 -updates: - # Define the target package ecosystem - - package-ecosystem: "npm" - # Specify the root directory - directory: "/" - # Schedule automated updates to run weekly - schedule: - interval: "weekly" - # Labels to apply to Dependabot PRs - labels: - - "dependencies" - # Specify the target branch for PRs - target-branch: "develop" - # Customize commit message prefix - commit-message: - prefix: "chore(deps):" \ No newline at end of file