Add default `open-pull-requests-limit` for all updates

Using the default value just to start with.
This commit is contained in:
Kent 'picat' Gruber 2021-07-29 17:47:33 -04:00
parent 688233f78c
commit 2a1fb53f68
1 changed files with 5 additions and 0 deletions

View File

@ -1,22 +1,27 @@
version: 2
updates:
- package-ecosystem: gomod
open-pull-requests-limit: 5
directory: "/"
schedule:
interval: daily
- package-ecosystem: gomod
open-pull-requests-limit: 5
directory: "/api"
schedule:
interval: daily
- package-ecosystem: gomod
open-pull-requests-limit: 5
directory: "/sdk"
schedule:
interval: daily
- package-ecosystem: npm
open-pull-requests-limit: 5
directory: "/ui"
schedule:
interval: daily
- package-ecosystem: npm
open-pull-requests-limit: 5
directory: "/website"
schedule:
interval: daily