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
|
interval: daily
|
||||||
labels:
|
labels:
|
||||||
- "no-backport"
|
- "no-backport"
|
||||||
open-pull-requests-limit: 5
|
open-pull-requests-limit: 2
|
||||||
target-branch: 33-x-y
|
target-branch: 33-x-y
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
directories:
|
directories:
|
||||||
|
@ -63,7 +63,7 @@ updates:
|
||||||
interval: daily
|
interval: daily
|
||||||
labels:
|
labels:
|
||||||
- "no-backport"
|
- "no-backport"
|
||||||
open-pull-requests-limit: 5
|
open-pull-requests-limit: 0
|
||||||
target-branch: main
|
target-branch: main
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
directories:
|
directories:
|
||||||
|
@ -74,7 +74,7 @@ updates:
|
||||||
interval: daily
|
interval: daily
|
||||||
labels:
|
labels:
|
||||||
- "no-backport"
|
- "no-backport"
|
||||||
open-pull-requests-limit: 5
|
open-pull-requests-limit: 0
|
||||||
target-branch: 32-x-y
|
target-branch: 32-x-y
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
directories:
|
directories:
|
||||||
|
@ -85,7 +85,7 @@ updates:
|
||||||
interval: daily
|
interval: daily
|
||||||
labels:
|
labels:
|
||||||
- "no-backport"
|
- "no-backport"
|
||||||
open-pull-requests-limit: 5
|
open-pull-requests-limit: 0
|
||||||
target-branch: 31-x-y
|
target-branch: 31-x-y
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
directories:
|
directories:
|
||||||
|
@ -96,5 +96,5 @@ updates:
|
||||||
interval: daily
|
interval: daily
|
||||||
labels:
|
labels:
|
||||||
- "no-backport"
|
- "no-backport"
|
||||||
open-pull-requests-limit: 5
|
open-pull-requests-limit: 0
|
||||||
target-branch: 30-x-y
|
target-branch: 30-x-y
|
Loading…
Reference in a new issue