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