mirror of
https://github.com/drakkan/sftpgo.git
synced 2024-11-21 23:20:24 +00:00
dependabot: limit the number of open pull requests
This commit is contained in:
parent
0190dad984
commit
92424cd1c2
1 changed files with 3 additions and 0 deletions
3
.github/dependabot.yml
vendored
3
.github/dependabot.yml
vendored
|
@ -5,13 +5,16 @@ updates:
|
|||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
open-pull-requests-limit: 2
|
||||
|
||||
- package-ecosystem: "docker"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
open-pull-requests-limit: 2
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
open-pull-requests-limit: 2
|
||||
|
|
Loading…
Reference in a new issue