From 02d2e206d411dfc51572d350729ffa1c2bc654e4 Mon Sep 17 00:00:00 2001 From: sjahl <636687+sjahl@users.noreply.github.com> Date: Mon, 3 Jun 2024 14:23:43 -0400 Subject: [PATCH] Switch to multi-dir dependabot configuration https://github.blog/changelog/2024-04-29-dependabot-multi-directory-configuration-public-beta-now-available/ --- .github/dependabot.yml | 27 +++++---------------------- 1 file changed, 5 insertions(+), 22 deletions(-) diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 12af900e1..a53adc525 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -12,28 +12,11 @@ updates: reviewers: - 'broadinstitute/gnomad-browser' - package-ecosystem: 'pip' - directory: '/deploy/dockerfiles/blog' - schedule: - interval: 'weekly' - open-pull-requests-limit: 0 - reviewers: - - 'broadinstitute/gnomad-browser' - - package-ecosystem: 'pip' - directory: '/' - schedule: - interval: 'weekly' - open-pull-requests-limit: 0 - reviewers: - - 'broadinstitute/gnomad-browser' - - package-ecosystem: 'pip' - directory: '/deploy/deployctl' - schedule: - interval: 'weekly' - open-pull-requests-limit: 0 - reviewers: - - 'broadinstitute/gnomad-browser' - - package-ecosystem: 'pip' - directory: '/data-pipeline' + directories: + - '/' + - '/deploy/dockerfiles/blog' + - '/deploy/deployctl' + - '/data-pipeline' schedule: interval: 'weekly' open-pull-requests-limit: 0