diff --git a/.github/dependabot.yml b/.github/dependabot.yml index d15c975ea..03287b80e 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -8,3 +8,11 @@ updates: actions: patterns: - "*" + - package-ecosystem: "pip" + directory: "/requirements.d" + schedule: + interval: "weekly" + groups: + pip-dependencies: + patterns: + - "*"