diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 56d2650..6888e8b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,21 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values - directory: "/" # Location of package manifests + + - package-ecosystem: "github-actions" + directory: "/" schedule: interval: "daily" target-branch: "dev" + + - package-ecosystem: "npm" + directory: "/frontend" + schedule: + interval: "daily" + target-branch: "dev" + + - package-ecosystem: "pip" + directory: "/backend" + schedule: + interval: "daily" + target-branch: "dev" \ No newline at end of file