diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 3a2f3a075..12896ae1c 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -4,10 +4,10 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" # Maintain dependencies for pip packages - package-ecosystem: "pip" directory: "/" # Location of package manifests schedule: - interval: "weekly" + interval: "monthly"