From 34aed62771ae9a14fa8a9d361b78a8aadbf95f75 Mon Sep 17 00:00:00 2001 From: Bill Thornton Date: Mon, 9 Aug 2021 13:11:13 -0400 Subject: [PATCH] Update dependabot frequency to run weekly --- .github/dependabot.yaml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 47321ab6fa..850830b09a 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,13 +1,13 @@ version: 2 updates: - - package-ecosystem: npm - directory: / - schedule: - interval: monthly - open-pull-requests-limit: 10 + - package-ecosystem: npm + directory: / + schedule: + interval: weekly + open-pull-requests-limit: 10 - - package-ecosystem: github-actions - directory: '/' - schedule: - interval: monthly - open-pull-requests-limit: 10 + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + open-pull-requests-limit: 10