diff --git a/.github/dependabot.yml b/.github/dependabot.yml deleted file mode 100644 index d1878de..0000000 --- a/.github/dependabot.yml +++ /dev/null @@ -1,29 +0,0 @@ -version: 2 -updates: - # root - - package-ecosystem: "npm" - directory: "/" - schedule: - interval: "weekly" - target-branch: "develop" - - # frontend - - package-ecosystem: "npm" - directory: "/frontend" - schedule: - interval: "weekly" - target-branch: "develop" - - # backend - - package-ecosystem: "npm" - directory: "/backend" - schedule: - interval: "weekly" - target-branch: "develop" - - # docs - - package-ecosystem: "npm" - directory: "/docs" - schedule: - interval: "weekly" - target-branch: "develop"