diff --git a/.github/dependabot.yml b/.github/dependabot.yml index ba1c6b80a..8a9f730f0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,15 @@ version: 2 updates: - - package-ecosystem: "pip" # See documentation for possible values + + # Enable version updates for Python + - package-ecosystem: "pip" + directory: "/" # Location of package manifests + schedule: + interval: "daily" + + # Enable version updates for GitHub Actions + - package-ecosystem: "github-actions" directory: "/" # Location of package manifests schedule: interval: "daily"