build: enable dependabot on supported branches (#43755)
This commit is contained in:
parent
e894839709
commit
8be458d1a2
1 changed files with 88 additions and 0 deletions
88
.github/dependabot.yml
vendored
88
.github/dependabot.yml
vendored
|
@ -10,3 +10,91 @@ updates:
|
||||||
labels:
|
labels:
|
||||||
- "no-backport"
|
- "no-backport"
|
||||||
- "semver/none"
|
- "semver/none"
|
||||||
|
target-branch: main
|
||||||
|
- package-ecosystem: github-actions
|
||||||
|
directory: /
|
||||||
|
schedule:
|
||||||
|
interval: weekly
|
||||||
|
labels:
|
||||||
|
- "no-backport"
|
||||||
|
- "semver/none"
|
||||||
|
target-branch: 33-x-y
|
||||||
|
- package-ecosystem: github-actions
|
||||||
|
directory: /
|
||||||
|
schedule:
|
||||||
|
interval: weekly
|
||||||
|
labels:
|
||||||
|
- "no-backport"
|
||||||
|
- "semver/none"
|
||||||
|
target-branch: 32-x-y
|
||||||
|
- package-ecosystem: github-actions
|
||||||
|
directory: /
|
||||||
|
schedule:
|
||||||
|
interval: weekly
|
||||||
|
labels:
|
||||||
|
- "no-backport"
|
||||||
|
- "semver/none"
|
||||||
|
target-branch: 31-x-y
|
||||||
|
- package-ecosystem: github-actions
|
||||||
|
directory: /
|
||||||
|
schedule:
|
||||||
|
interval: weekly
|
||||||
|
labels:
|
||||||
|
- "no-backport"
|
||||||
|
- "semver/none"
|
||||||
|
target-branch: 30-x-y
|
||||||
|
- package-ecosystem: npm
|
||||||
|
directories:
|
||||||
|
- /
|
||||||
|
- /spec
|
||||||
|
- /npm
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
labels:
|
||||||
|
- "no-backport"
|
||||||
|
open-pull-requests-limit: 5
|
||||||
|
target-branch: 33-x-y
|
||||||
|
- package-ecosystem: npm
|
||||||
|
directories:
|
||||||
|
- /
|
||||||
|
- /spec
|
||||||
|
- /npm
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
labels:
|
||||||
|
- "no-backport"
|
||||||
|
open-pull-requests-limit: 5
|
||||||
|
target-branch: main
|
||||||
|
- package-ecosystem: npm
|
||||||
|
directories:
|
||||||
|
- /
|
||||||
|
- /spec
|
||||||
|
- /npm
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
labels:
|
||||||
|
- "no-backport"
|
||||||
|
open-pull-requests-limit: 5
|
||||||
|
target-branch: 32-x-y
|
||||||
|
- package-ecosystem: npm
|
||||||
|
directories:
|
||||||
|
- /
|
||||||
|
- /spec
|
||||||
|
- /npm
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
labels:
|
||||||
|
- "no-backport"
|
||||||
|
open-pull-requests-limit: 5
|
||||||
|
target-branch: 31-x-y
|
||||||
|
- package-ecosystem: npm
|
||||||
|
directories:
|
||||||
|
- /
|
||||||
|
- /spec
|
||||||
|
- /npm
|
||||||
|
schedule:
|
||||||
|
interval: daily
|
||||||
|
labels:
|
||||||
|
- "no-backport"
|
||||||
|
open-pull-requests-limit: 5
|
||||||
|
target-branch: 30-x-y
|
Loading…
Reference in a new issue