build: update-check-skip on dependabot backport PRs (#43874)

This commit is contained in:
Samuel Attard 2024-09-23 02:08:03 -07:00 коммит произвёл GitHub
Родитель 0fb50c408b
Коммит be68d4f336
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 18 добавлений и 18 удалений

36
.github/dependabot.yml поставляемый
Просмотреть файл

@ -16,7 +16,7 @@ updates:
schedule:
interval: weekly
labels:
- "no-backport"
- "backport-check-skip"
- "semver/none"
target-branch: 33-x-y
- package-ecosystem: github-actions
@ -24,7 +24,7 @@ updates:
schedule:
interval: weekly
labels:
- "no-backport"
- "backport-check-skip"
- "semver/none"
target-branch: 32-x-y
- package-ecosystem: github-actions
@ -32,7 +32,7 @@ updates:
schedule:
interval: weekly
labels:
- "no-backport"
- "backport-check-skip"
- "semver/none"
target-branch: 31-x-y
- package-ecosystem: github-actions
@ -40,7 +40,7 @@ updates:
schedule:
interval: weekly
labels:
- "no-backport"
- "backport-check-skip"
- "semver/none"
target-branch: 30-x-y
- package-ecosystem: npm
@ -53,17 +53,6 @@ updates:
labels:
- "no-backport"
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
- package-ecosystem: npm
directories:
@ -73,7 +62,18 @@ updates:
schedule:
interval: daily
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
target-branch: 32-x-y
- package-ecosystem: npm
@ -84,7 +84,7 @@ updates:
schedule:
interval: daily
labels:
- "no-backport"
- "backport-check-skip"
open-pull-requests-limit: 0
target-branch: 31-x-y
- package-ecosystem: npm
@ -95,6 +95,6 @@ updates:
schedule:
interval: daily
labels:
- "no-backport"
- "backport-check-skip"
open-pull-requests-limit: 0
target-branch: 30-x-y