diff --git a/.github/dependabot.yml b/.github/dependabot.yml index aebaf3d..67d2c66 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -1,13 +1,18 @@ version: 2 updates: - - package-ecosystem: github-actions - directory: / - schedule: - interval: monthly - open-pull-requests-limit: 99 + - package-ecosystem: github-actions + directory: / + schedule: + interval: weekly + open-pull-requests-limit: 99 - - package-ecosystem: npm - directory: / - schedule: - interval: monthly - open-pull-requests-limit: 99 + - package-ecosystem: npm + directory: / + schedule: + interval: weekly + open-pull-requests-limit: 99 + + - package-ecosystem: docker + directory: / + schedule: + interval: weekly