파일
rocm-systems/.github/workflows/dependabot.yml
T
워크플로 구성 파일이 유효하지 않습니다. 구성 파일을 확인하세요: invalid jobs: input node is not a mapping node
David Galiffi 3a4da11ff1 Update dependabot.yml target-branch
Signed-off-by: David Galiffi <David.Galiffi@amd.com>
2024-09-27 16:16:21 -05:00

19 라인
669 B
YAML

# To get started with Dependabot version updates, you'll need to specify which
# package ecosystems to update and where the package manifests are located.
# Please see the documentation for all configuration options:
# https://docs.github.com/github/administering-a-repository/configuration-options-for-dependency-updates
version: 2
updates:
- package-ecosystem: "pip" # See documentation for possible values
directory: "/docs/sphinx" # Location of package manifests
open-pull-requests-limit: 10
schedule:
interval: "daily"
target-branch: "amd-staging"
labels:
- "documentation"
- "dependencies"
reviewers:
- "samjwu"