build: update-check-skip on dependabot backport PRs (#43874)
This commit is contained in:
parent
0fb50c408b
commit
be68d4f336
1 changed files with 18 additions and 18 deletions
36
.github/dependabot.yml
vendored
36
.github/dependabot.yml
vendored
|
@ -16,7 +16,7 @@ updates:
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
labels:
|
labels:
|
||||||
- "no-backport"
|
- "backport-check-skip"
|
||||||
- "semver/none"
|
- "semver/none"
|
||||||
target-branch: 33-x-y
|
target-branch: 33-x-y
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
|
@ -24,7 +24,7 @@ updates:
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
labels:
|
labels:
|
||||||
- "no-backport"
|
- "backport-check-skip"
|
||||||
- "semver/none"
|
- "semver/none"
|
||||||
target-branch: 32-x-y
|
target-branch: 32-x-y
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
|
@ -32,7 +32,7 @@ updates:
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
labels:
|
labels:
|
||||||
- "no-backport"
|
- "backport-check-skip"
|
||||||
- "semver/none"
|
- "semver/none"
|
||||||
target-branch: 31-x-y
|
target-branch: 31-x-y
|
||||||
- package-ecosystem: github-actions
|
- package-ecosystem: github-actions
|
||||||
|
@ -40,7 +40,7 @@ updates:
|
||||||
schedule:
|
schedule:
|
||||||
interval: weekly
|
interval: weekly
|
||||||
labels:
|
labels:
|
||||||
- "no-backport"
|
- "backport-check-skip"
|
||||||
- "semver/none"
|
- "semver/none"
|
||||||
target-branch: 30-x-y
|
target-branch: 30-x-y
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
|
@ -53,17 +53,6 @@ updates:
|
||||||
labels:
|
labels:
|
||||||
- "no-backport"
|
- "no-backport"
|
||||||
open-pull-requests-limit: 2
|
open-pull-requests-limit: 2
|
||||||
target-branch: 33-x-y
|
|
||||||
- package-ecosystem: npm
|
|
||||||
directories:
|
|
||||||
- /
|
|
||||||
- /spec
|
|
||||||
- /npm
|
|
||||||
schedule:
|
|
||||||
interval: daily
|
|
||||||
labels:
|
|
||||||
- "no-backport"
|
|
||||||
open-pull-requests-limit: 0
|
|
||||||
target-branch: main
|
target-branch: main
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
directories:
|
directories:
|
||||||
|
@ -73,7 +62,18 @@ updates:
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: daily
|
||||||
labels:
|
labels:
|
||||||
- "no-backport"
|
- "backport-check-skip"
|
||||||
|
open-pull-requests-limit: 0
|
||||||
|
target-branch: 33-x-y
|
||||||
|
- package-ecosystem: npm
|
||||||
|
directories:
|
||||||
|
- /
|
||||||
|
- /spec
|
||||||
|
- /npm
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
labels:
|
||||||
|
- "backport-check-skip"
|
||||||
open-pull-requests-limit: 0
|
open-pull-requests-limit: 0
|
||||||
target-branch: 32-x-y
|
target-branch: 32-x-y
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
|
@ -84,7 +84,7 @@ updates:
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: daily
|
||||||
labels:
|
labels:
|
||||||
- "no-backport"
|
- "backport-check-skip"
|
||||||
open-pull-requests-limit: 0
|
open-pull-requests-limit: 0
|
||||||
target-branch: 31-x-y
|
target-branch: 31-x-y
|
||||||
- package-ecosystem: npm
|
- package-ecosystem: npm
|
||||||
|
@ -95,6 +95,6 @@ updates:
|
||||||
schedule:
|
schedule:
|
||||||
interval: daily
|
interval: daily
|
||||||
labels:
|
labels:
|
||||||
- "no-backport"
|
- "backport-check-skip"
|
||||||
open-pull-requests-limit: 0
|
open-pull-requests-limit: 0
|
||||||
target-branch: 30-x-y
|
target-branch: 30-x-y
|
Loading…
Reference in a new issue