diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d15c975..b394280 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,21 @@ updates: actions: patterns: - "*" + + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + groups: + python: + patterns: + - "*" + + - package-ecosystem: "npm" + directory: "/js" + schedule: + interval: "weekly" + groups: + javascript: + patterns: + - "*"