overleaf/services/web/.github/dependabot.yml
Chrystal Maria Griffiths 06c4c0dcb5 Merge pull request #3202 from overleaf/spd-dependabot-labels
Add magma and aqua tags to dependabot PRs

GitOrigin-RevId: 20a616144bc8f8af3044ce0e4432f53f796d5aac
2020-09-19 02:04:32 +00:00

22 lines
820 B
YAML

version: 2
updates:
- package-ecosystem: "npm"
directory: "/"
schedule:
interval: "daily"
pull-request-branch-name:
# Separate sections of the branch name with a hyphen
# Docker images use the branch name and do not support slashes in tags
# https://github.com/overleaf/google-ops/issues/822
# https://docs.github.com/en/github/administering-a-repository/configuration-options-for-dependency-updates#pull-request-branch-nameseparator
separator: "-"
# 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"