From 93e59ef9396aa48aa0df330feb66adc65044df24 Mon Sep 17 00:00:00 2001 From: matt-codecov <137832199+matt-codecov@users.noreply.github.com> Date: Tue, 24 Sep 2024 12:52:30 -0700 Subject: [PATCH] disable non-security dependabot PRs (#49) --- .github/dependabot.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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