From 9c2f5eefe56343eee7938c4a6e3bcd676b9dba91 Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Mon, 8 Jul 2024 19:42:02 -0700 Subject: [PATCH] dependabot: make Dependabot monthly --- .github/dependabot.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index b2f2ad7..ff7d0aa 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,7 +5,7 @@ updates: - package-ecosystem: "cargo" directory: "/" schedule: - interval: "weekly" + interval: "monthly" open-pull-requests-limit: 10 commit-message: prefix: "cargo:" @@ -16,7 +16,7 @@ updates: - package-ecosystem: "npm" directory: "/" schedule: - interval: "weekly" + interval: "monthly" open-pull-requests-limit: 10 commit-message: prefix: "npm:" @@ -27,7 +27,7 @@ updates: - package-ecosystem: "github-actions" directory: "/" schedule: - interval: "weekly" + interval: "monthly" open-pull-requests-limit: 10 commit-message: prefix: "github:"