From fa61bca7a03be13cb65a66d79abde6670ce445ae Mon Sep 17 00:00:00 2001 From: Wagner Santos <7467450+wagoid@users.noreply.github.com> Date: Thu, 16 Jun 2022 07:44:04 -0300 Subject: [PATCH] build: add docker to dependabot --- .github/dependabot.yml | 25 +++++++++++++++---------- 1 file changed, 15 insertions(+), 10 deletions(-) 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