build: stop dependabot doing things (#43871)
This commit is contained in:
parent
8be458d1a2
commit
da449b00dd
1 changed files with 5 additions and 5 deletions
10
.github/dependabot.yml
vendored
10
.github/dependabot.yml
vendored
|
@ -52,7 +52,7 @@ updates:
|
|||
interval: daily
|
||||
labels:
|
||||
- "no-backport"
|
||||
open-pull-requests-limit: 5
|
||||
open-pull-requests-limit: 2
|
||||
target-branch: 33-x-y
|
||||
- package-ecosystem: npm
|
||||
directories:
|
||||
|
@ -63,7 +63,7 @@ updates:
|
|||
interval: daily
|
||||
labels:
|
||||
- "no-backport"
|
||||
open-pull-requests-limit: 5
|
||||
open-pull-requests-limit: 0
|
||||
target-branch: main
|
||||
- package-ecosystem: npm
|
||||
directories:
|
||||
|
@ -74,7 +74,7 @@ updates:
|
|||
interval: daily
|
||||
labels:
|
||||
- "no-backport"
|
||||
open-pull-requests-limit: 5
|
||||
open-pull-requests-limit: 0
|
||||
target-branch: 32-x-y
|
||||
- package-ecosystem: npm
|
||||
directories:
|
||||
|
@ -85,7 +85,7 @@ updates:
|
|||
interval: daily
|
||||
labels:
|
||||
- "no-backport"
|
||||
open-pull-requests-limit: 5
|
||||
open-pull-requests-limit: 0
|
||||
target-branch: 31-x-y
|
||||
- package-ecosystem: npm
|
||||
directories:
|
||||
|
@ -96,5 +96,5 @@ updates:
|
|||
interval: daily
|
||||
labels:
|
||||
- "no-backport"
|
||||
open-pull-requests-limit: 5
|
||||
open-pull-requests-limit: 0
|
||||
target-branch: 30-x-y
|
Loading…
Reference in a new issue