mirror of
https://github.com/overleaf/overleaf.git
synced 2024-12-26 06:20:53 +00:00
Merge pull request #114 from overleaf/sk-dependabot-config
Add a config file for dependabot
This commit is contained in:
commit
74779ebf99
1 changed files with 21 additions and 0 deletions
21
services/git-bridge/.github/dependabot.yml
vendored
Normal file
21
services/git-bridge/.github/dependabot.yml
vendored
Normal file
|
@ -0,0 +1,21 @@
|
||||||
|
version: 2
|
||||||
|
updates:
|
||||||
|
- package-ecosystem: "maven"
|
||||||
|
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"
|
||||||
|
- "type:maintenance"
|
Loading…
Reference in a new issue