From aba6bfd226e876cb8b92e57fcdcf29aea961c37d Mon Sep 17 00:00:00 2001 From: Gharbat <32633162+gharbat@users.noreply.github.com> Date: Mon, 4 Sep 2023 19:59:27 +0200 Subject: [PATCH] Create dependabot.yml --- .github/dependabot.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .github/dependabot.yml diff --git a/.github/dependabot.yml b/.github/dependabot.yml new file mode 100644 index 000000000..ce1554d97 --- /dev/null +++ b/.github/dependabot.yml @@ -0,0 +1,10 @@ +version: 2 +updates: + - package-ecosystem: "pip" # For Python + directory: "/llm-server" # Location of Python package manifests + schedule: + interval: "weekly" + - package-ecosystem: "composer" # For PHP + directory: "/dashboard" # Location of PHP package manifests + schedule: + interval: "weekly"