From e7e64d211bef3f736faa7434692a394a1de9eca5 Mon Sep 17 00:00:00 2001 From: LironEr Date: Fri, 25 Aug 2023 10:37:10 +0300 Subject: [PATCH] chore: disable dependabot --- .github/dependabot.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 8b2c4c0..311a835 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,9 +3,11 @@ updates: - package-ecosystem: github-actions directory: / schedule: - interval: weekly + interval: monthly + open-pull-requests-limit: 0 - package-ecosystem: npm directory: / schedule: - interval: weekly + interval: monthly + open-pull-requests-limit: 0