diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 0f96f8d..696b5d7 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,9 +1,11 @@ -# Set update schedule for GitHub Actions - version: 2 updates: - package-ecosystem: "github-actions" directory: "/" schedule: - # Check for updates to GitHub Actions every week + interval: "weekly" + + - package-ecosystem: "pip" + directory: "/" + schedule: interval: "weekly"