diff --git a/.github/dependabot.yml b/.github/dependabot.yml index be02841..ffd0d3b 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,8 +3,12 @@ updates: - package-ecosystem: "pip" directory: "/" # pyproject.toml in root schedule: - interval: "daily" + interval: "weekly" + day: "sunday" + open-pull-requests-limit: 0 # Security updates only - package-ecosystem: "cargo" directory: "/" # Cargo.toml workspace in root schedule: - interval: "daily" + interval: "weekly" + day: "sunday" + open-pull-requests-limit: 0 # Security updates only