diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 1813cae9..e5d9a54e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,15 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "pip" + directory: "/" schedule: interval: "weekly" - + open-pull-requests-limit: 10 + + - package-ecosystem: "npm" + directory: "/frontend/static" + schedule: + interval: "monthly" + open-pull-requests-limit: 5 +