From 06c4c0dcb58fe4095d3e6a7ad01341f55cc18f0c Mon Sep 17 00:00:00 2001 From: Chrystal Maria Griffiths Date: Fri, 18 Sep 2020 12:03:02 +0200 Subject: [PATCH] Merge pull request #3202 from overleaf/spd-dependabot-labels Add magma and aqua tags to dependabot PRs GitOrigin-RevId: 20a616144bc8f8af3044ce0e4432f53f796d5aac --- services/web/.github/dependabot.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/services/web/.github/dependabot.yml b/services/web/.github/dependabot.yml index c6f98d843d..01fe599cde 100644 --- a/services/web/.github/dependabot.yml +++ b/services/web/.github/dependabot.yml @@ -15,3 +15,8 @@ updates: # Block informal upgrades -- security upgrades use a separate queue. # https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#open-pull-requests-limit open-pull-requests-limit: 0 + + labels: + - "dependencies" + - "Team-Magma" + - "Team-Aqua"