From da85a669fb808a4a7e3686b8a9a33a876b0cbdf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Natan=20S=C4=85gol?= Date: Thu, 4 Feb 2021 13:20:58 +0100 Subject: [PATCH] chore: update Dependabot configuration --- .github/dependabot.yaml | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index df047bff59..f654a9171a 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -1,21 +1,27 @@ -version: 2 updates: - - commit-message: - prefix: chore + - allow: + - dependency-type: direct + commit-message: include: scope - directory: '/' + prefix: chore + directory: / open-pull-requests-limit: 99 package-ecosystem: github-actions + reviewers: + - 'ridedott/platform' schedule: interval: daily - allow: - dependency-type: direct commit-message: - prefix: chore include: scope - directory: '/' + prefix: chore + directory: / open-pull-requests-limit: 99 package-ecosystem: npm + reviewers: + - 'ridedott/platform' schedule: interval: daily versioning-strategy: increase +version: 2