mirror of
https://github.com/graphql-hive/console
synced 2026-04-21 14:37:17 +00:00
add missing open-pull-requests-limit: 1 in dependabot config (#7582)
This commit is contained in:
parent
186cba360b
commit
01b4d847d5
1 changed files with 4 additions and 0 deletions
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
|
|
@ -63,17 +63,21 @@ updates:
|
|||
- '@graphql-inspector/*'
|
||||
- package-ecosystem: 'docker'
|
||||
directory: '/docker'
|
||||
open-pull-requests-limit: 1
|
||||
schedule:
|
||||
interval: 'daily'
|
||||
- package-ecosystem: 'cargo'
|
||||
open-pull-requests-limit: 1
|
||||
directory: '/'
|
||||
schedule:
|
||||
interval: 'daily'
|
||||
- package-ecosystem: 'github-actions'
|
||||
open-pull-requests-limit: 1
|
||||
directory: '/'
|
||||
schedule:
|
||||
interval: 'daily'
|
||||
- package-ecosystem: 'rust-toolchain'
|
||||
open-pull-requests-limit: 1
|
||||
directory: '/'
|
||||
schedule:
|
||||
interval: 'daily'
|
||||
|
|
|
|||
Loading…
Reference in a new issue