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