diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 5ace460..b817d5c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,5 +1,15 @@ version: 2 updates: + - package-ecosystem: pip + directory: "/" + schedule: + interval: daily + time: "10:00" + groups: + python-packages: + patterns: + - "*" + - package-ecosystem: "github-actions" directory: "/" schedule: