awx/.github/dependabot.yml
2022-04-28 09:30:54 -04:00

21 lines
402 B
YAML

version: 2
updates:
- package-ecosystem: "npm"
schedule:
interval: "weekly"
day: "sunday"
open-pull-requests-limit: 5
allow:
- dependency-type: "all"
reviewers:
- "AlexSCorey"
- "keitjhgrant"
- "kialam"
- "mabashian"
- "marshmalien"
- "nixocio"
labels:
- "component:ui"
- "dependencies"
target-branch: "devel"