diff --git a/.github/dependabot.yml b/.github/dependabot.yml index f17f51b..2138914 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,8 +5,11 @@ version: 2 updates: - - package-ecosystem: "" # See documentation for possible values - directory: "/" # Location of package manifests + - package-ecosystem: "pip" + directory: "/" + schedule: + interval: "weekly" + - package-ecosystem: "github-actions" + directory: "/" schedule: interval: "weekly" -