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"