From a5f722905ded8f2b4caf55268f699690f8c8c18c Mon Sep 17 00:00:00 2001 From: Dominik Moritz Date: Tue, 19 Sep 2023 17:47:39 -0700 Subject: [PATCH] ci: monthly updates (#9101) Reduce update cadence. --- .github/dependabot.yml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 233c18f508..5ad70389a4 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -3,26 +3,14 @@ updates: - package-ecosystem: npm directory: '/' schedule: - interval: weekly - day: sunday - time: '23:00' - timezone: PST8PDT - open-pull-requests-limit: 10 + interval: monthly ignore: - dependency-name: 'vega' - package-ecosystem: bundler directory: '/site' schedule: - interval: weekly - day: sunday - time: '23:00' - timezone: PST8PDT - open-pull-requests-limit: 10 + interval: monthly - package-ecosystem: github-actions directory: '/' schedule: - interval: weekly - day: sunday - time: '23:00' - timezone: PST8PDT - open-pull-requests-limit: 10 + interval: monthly